We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db114d commit 6c8e9a1Copy full SHA for 6c8e9a1
codersdk/toolsdk/toolsdk.go
@@ -197,10 +197,9 @@ Bad Tasks
197
- "I'm trying to implement <feature-name>"
198
199
Use the "state" field to indicate your progress. Periodically report
200
-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!
201
202
-After you complete your work, ALWAYS send a "complete" or "failure" state. Only report
203
-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.
204
`,
205
Schema: aisdk.Schema{
206
Properties: map[string]any{
0 commit comments