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 b73ceb2 commit a57cb66Copy full SHA for a57cb66
lib/messages/prune.ts
@@ -14,7 +14,7 @@ const PRUNED_TOOL_INPUT_REPLACEMENT =
14
"[content removed to save context, this is not what was written to the file, but a placeholder]"
15
const PRUNED_TOOL_OUTPUT_REPLACEMENT =
16
"[Output removed to save context - information superseded or no longer needed]"
17
-const PRUNED_TOOL_ERROR_INPUT_REPLACEMENT = "[input removed - see error message for details]"
+const PRUNED_TOOL_ERROR_INPUT_REPLACEMENT = "[input removed due to failed tool call]"
18
19
const getNudgeString = (config: PluginConfig, isReasoningModel: boolean): string => {
20
const discardEnabled = config.tools.discard.enabled
0 commit comments