We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e1d46 commit 8d580b1Copy full SHA for 8d580b1
backend/src/tools/stream-parser.ts
@@ -217,15 +217,6 @@ export async function processStreamWithTools(options: {
217
resolveStreamDonePromise()
218
await previousToolCallFinished
219
220
- console.log({
221
- toolCalls,
222
- toolResults,
223
- state,
224
- fullResponse: fullResponseChunks.join(''),
225
- fullResponseChunks,
226
- messageId,
227
- })
228
-
229
return {
230
toolCalls,
231
toolResults,
0 commit comments