Skip to content

Commit 8d580b1

Browse files
committed
remove extraneous console log
1 parent 29e1d46 commit 8d580b1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

backend/src/tools/stream-parser.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,6 @@ export async function processStreamWithTools(options: {
217217
resolveStreamDonePromise()
218218
await previousToolCallFinished
219219

220-
console.log({
221-
toolCalls,
222-
toolResults,
223-
state,
224-
fullResponse: fullResponseChunks.join(''),
225-
fullResponseChunks,
226-
messageId,
227-
})
228-
229220
return {
230221
toolCalls,
231222
toolResults,

0 commit comments

Comments
 (0)