dex3r / GPT-Codemaster

Automatic programming by creating Pull Requests from Issues using LLMs
GNU General Public License v3.0
55 stars 5 forks source link

[GPT-Codemaster] Fixes issue #5: Custom system messages #6

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

This Pull Request was created automatically by GPT-Codemaster Resolves #5

dex3r commented 1 year ago

/reviewpad run

reviewpad[bot] commented 1 year ago

Reviewpad Report

:bangbang: Errors

dex3r commented 1 year ago

/reviewpad summarize

reviewpad[bot] commented 1 year ago

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.