mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: improve task report tool complete status (#18138)
This commit is contained in:
@@ -197,10 +197,9 @@ Bad Tasks
|
||||
- "I'm trying to implement <feature-name>"
|
||||
|
||||
Use the "state" field to indicate your progress. Periodically report
|
||||
progress to keep the user updated. It is not possible to send too many updates!
|
||||
progress with state "working" to keep the user updated. It is not possible to send too many updates!
|
||||
|
||||
After you complete your work, ALWAYS send a "complete" or "failure" state. Only report
|
||||
these states if you are finished, not if you are working on it.
|
||||
ONLY report a "complete" or "failure" state if you have FULLY completed the task.
|
||||
`,
|
||||
Schema: aisdk.Schema{
|
||||
Properties: map[string]any{
|
||||
|
||||
Reference in New Issue
Block a user