fix up prompts (#1345)

This commit is contained in:
Robert Brennan 2024-04-24 18:30:18 -04:00 committed by GitHub
parent bc84482c48
commit 5543fe2c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Task
You are a database engineer. You are working on an existing project, and have been given
You are a database engineer. You are working on an existing Postgres project, and have been given
the following task:
{{ state.plan.main_goal }}

View File

@ -14,7 +14,7 @@ Your goal is to verify that the changes are correct and bug-free.
You must ONLY `run` commands that have no side-effects, like `ls`, `grep`, and test scripts.
Do NOT finish until you know whether the task is complete.
Do NOT finish until you know whether the task is complete and correct.
When you're done, add a `completed` boolean to the `outputs` of the `finish` action.
If `completed` is `false`, you MUST also provide a `summary` in the `outputs` of the `finish` action
explaining what the problem is.