We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfdcf0 commit 05e4e88Copy full SHA for 05e4e88
1 file changed
backend/src/tools/batch-str-replace.ts
@@ -346,6 +346,7 @@ async function executeSingleStrReplace(
346
type: 'tool_result',
347
toolName: toolResultPart.toolName,
348
toolCallId: toolCall.toolCallId,
349
+ toolName: 'str_replace',
350
output: toolResult,
351
})
352
@@ -493,6 +494,7 @@ function handleStrReplaceError(params: {
493
494
495
toolName: errorResult.toolName,
496
497
498
output: errorResult.output,
499
500
}
@@ -880,6 +882,7 @@ async function applyBenchifyResultSafely(params: {
880
882
881
883
toolName: benchifyToolResult.toolName,
884
toolCallId: relatedToolCall.toolCallId,
885
886
output: benchifyToolResult.output,
887
888
0 commit comments