-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Roadmap #1
Milestone
Comments
Don't hesitate to push here the stuff you're want to see working up to Saturday morning. |
Some cases that would be nice to see:
|
I've created a branch for integration with OpenAI. The gpt-developer GitHub action provides an example of a prompt which can be used to programmatically interact with an LLM: Commands:
read: Read files
read <comma separated filenames>
write: Write contents to a file a file
write <filename> <<EOF
<contents>
EOF
remove: Remove files
remove <comma separated filenames>
commit: Set the commit message
commit <message>
comment: Set the comment message
comment <<EOF
<message>
EOF
exit: Exit the program
exit
Existing files: {files}
You are interacting with software. Solve the issue detailed above using the commands documented above. You use commands to `read`, `write`, `remove` files in the code and then `comment` on the issue or `commit` the changes. `exit` to stop.
You need to use the commands. The text you write is being parsed by a custom software that executes the commands. There's no human on the other end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's this be a meta-issue.
The text was updated successfully, but these errors were encountered: