Skip to content

Commit d4f1938

Browse files
committed
Revert this
1 parent d376372 commit d4f1938

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/core/task/Task.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,10 +2568,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
25682568

25692569
// Get the index and replace partial with final
25702570
if (toolUseIndex !== undefined) {
2571-
console.log(
2572-
`[tool_call_partial] setting tool use at index ${toolUseIndex} with finalToolUse: ${JSON.stringify(finalToolUse, null, 2)}`,
2573-
)
2574-
25752571
this.assistantMessageContent[toolUseIndex] = finalToolUse
25762572
}
25772573

@@ -2731,10 +2727,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
27312727

27322728
// Get the index and replace partial with final
27332729
if (toolUseIndex !== undefined) {
2734-
console.log(
2735-
`[tool_call_end] setting tool use at index ${toolUseIndex} with finalToolUse: ${JSON.stringify(finalToolUse, null, 2)}`,
2736-
)
2737-
27382730
this.assistantMessageContent[toolUseIndex] = finalToolUse
27392731
}
27402732

0 commit comments

Comments
 (0)