GPT-Codemaster
GPT-Codemaster copied to clipboard
[GPT-Codemaster] Fixes issue #5: Custom system messages
trafficstars
This Pull Request was created automatically by GPT-Codemaster Resolves #5
/reviewpad run
Reviewpad Report
:bangbang: Errors
- Unconventional commit detected: '[GPT-Codemaster] Progress on issue #5: Custom system messages' (a09b9a5f8ee4418b5a2a3297c6e0021a122568e7)
- Unconventional title detected: '[GPT-Codemaster] Fixes issue #5: Custom system messages ' illegal '[' character in commit message type: col=00
/reviewpad summarize
AI-Generated Pull Request Summary: This pull request includes the changes made to FollowNextStepExecutor.cs to provide support for custom system messages. It adds a _customSystemMessage private variable and a SetCustomSystemMessage() public method that sets the value of this variable. It also modifies the GetSystemMessage() method to return the custom system message if it is set.