Skip to content

Commit 65178f1

Browse files
committed
πŸ€– Encourage setting final status before completing response
Updated status_set tool description to remind agents to set a final completion status before finishing their response. Examples added: 'βœ… Complete', 'πŸŽ‰ Done', 'βœ“ Finished' This helps users understand when the agent has completed all work and isn't just waiting or still processing. Generated with `cmux`
1 parent 646a727 commit 65178f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€Žsrc/utils/tools/toolDefinitions.tsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const TOOL_DEFINITIONS = {
186186
"Set a status indicator to show what the agent is currently doing. " +
187187
"The emoji appears left of the streaming indicator, and the message shows on hover. " +
188188
"IMPORTANT: Always set a status at the start of each response and update it as your work progresses. " +
189+
"Set a final status before finishing your response (e.g., 'βœ… Complete', 'πŸŽ‰ Done', 'βœ“ Finished'). " +
189190
"The status is cleared when a new stream starts, so you must set it again for each response. " +
190191
"Use this to communicate ongoing activities (e.g., 'πŸ” Analyzing code', 'πŸ“ Writing tests', 'πŸ”§ Refactoring logic').",
191192
schema: z

0 commit comments

Comments
Β (0)