@raindrop-ai/wizard 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,8 +171,8 @@ const wrapped = raindrop.wrap(claudeAgentSDK, {
|
|
|
171
171
|
},
|
|
172
172
|
repeatedly_broken_tool: {
|
|
173
173
|
description:
|
|
174
|
-
'A tool has failed on multiple distinct attempts in this conversation, preventing task completion. ' +
|
|
175
|
-
'A single tool error is NOT enough — the tool must be persistently broken across retries.',
|
|
174
|
+
'A tool has failed or not returned the expected response on multiple distinct attempts in this conversation, preventing task completion. ' +
|
|
175
|
+
'A single tool error is NOT enough — the tool must be persistently broken or aberrantly behaving across retries.',
|
|
176
176
|
sentiment: 'NEGATIVE',
|
|
177
177
|
},
|
|
178
178
|
complete_task_failure: {
|