-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom system messages #5
Comments
Hello, GPT-Codemaster here. I'm starting to work on the issue, give me a moment... |
Sending request to the AI using Chat interfaceSystem message:You are an AI system that does programming tasks by reading the issue specification and modifying the existing code by changing it or adding new code to resolve the user request. You minimize changes to the code and make sure not to modify anything that the user has not requested. Do not remove classes, methods, or fields - only add or modify existing ones. You will be doing the work in steps. The results of your work will be automatically put on Github. Always print the whole source, never the 'The rest of the class remains unchanged' comment User Request:The user request: Do this in steps:
Here is a hierarchical view of files in the project:: GithubIssueListener/IInputProvider.cs You are currently in step one (1). Please provide a list of files you think will help you the most when solving the problem. List them from most likely to help solve to problem to least likely. Print each path in new line without numerating them. Make sure to always print a full path. |
AI ResponseAiProgrammer/Solving/Steps/Helpers/FollowNextStepExecutor.cs |
Sending request to the AI using Chat interfaceSystem message:You are an AI system that does programming tasks by reading the issue specification and modifying the existing code by changing it or adding new code to resolve the user request. You minimize changes to the code and make sure not to modify anything that the user has not requested. Do not remove classes, methods, or fields - only add or modify existing ones. You will be doing the work in steps. The results of your work will be automatically put on Github. Always print the whole source, never the 'The rest of the class remains unchanged' comment User Request:The user request: Do this in steps:
You are currently in step 'Modify selected existing files one by one' Already reviewed files with your own description of what happened: Files left to review: Current file path: Current file content:
Select one command with this parameters to execute:
�n |
AI Responsereplace_file
Added a private field _customSystemMessage and a public method SetCustomSystemMessage to allow for the default System Message to be overridden from outside. |
Sending request to the AI using Chat interfaceSystem message:You are an AI system that does programming tasks by reading the issue specification and modifying the existing code by changing it or adding new code to resolve the user request. You minimize changes to the code and make sure not to modify anything that the user has not requested. Do not remove classes, methods, or fields - only add or modify existing ones. You will be doing the work in steps. The results of your work will be automatically put on Github. Always print the whole source, never the 'The rest of the class remains unchanged' comment User Request:The user request: Do this in steps:
You are currently in step 'Create needed new files one by one' Already reviewed files with your own description of what happened: New files you created: Select one command with parameters to execute:
�n |
AI Responsedo_not_create_more_files |
Pull Request created: #6 |
In FollowNextStepExecutor, allow for the default System Message to be overridden from outside.
The text was updated successfully, but these errors were encountered: