Skip to content

Commit f802ab7

Browse files
committed
🤖 Replace 'stream' with 'response' in tool description
Models don't understand 'stream' terminology. Changed to: 'The status is cleared at the start of each new response, so you must set it again.' More concise and uses terminology models understand. Generated with `cmux`
1 parent 65178f1 commit f802ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tools/toolDefinitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const TOOL_DEFINITIONS = {
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. " +
189189
"Set a final status before finishing your response (e.g., '✅ Complete', '🎉 Done', '✓ Finished'). " +
190-
"The status is cleared when a new stream starts, so you must set it again for each response. " +
190+
"The status is cleared at the start of each new response, so you must set it again. " +
191191
"Use this to communicate ongoing activities (e.g., '🔍 Analyzing code', '📝 Writing tests', '🔧 Refactoring logic').",
192192
schema: z
193193
.object({

0 commit comments

Comments
 (0)