You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codersdk/toolsdk/toolsdk.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ ONLY report an "idle" or "failure" state if you have FULLY completed the task.
229
229
Properties: map[string]any{
230
230
"summary": map[string]any{
231
231
"type": "string",
232
-
"description": "A concise summary of your current progress on the task. This must be less than 160 characters in length.",
232
+
"description": "A concise summary of your current progress on the task. This must be less than 160 characters in length and must not include newlines or other control characters.",
0 commit comments