We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acd224 commit 99cc2aaCopy full SHA for 99cc2aa
backend/src/run-agent-step.ts
@@ -366,11 +366,11 @@ export const runAgentStep = async (
366
shouldEndTurn,
367
duration: Date.now() - startTime,
368
fullResponse,
369
- fullResponseChunks,
370
finalMessageHistoryWithToolResults: agentState.messageHistory,
371
toolCalls,
372
toolResults,
373
agentContext: newAgentContext,
+ fullResponseChunks,
374
},
375
`End agent ${agentType} step ${iterationNum} (${userInputId}${prompt ? ` - Prompt: ${prompt.slice(0, 20)}` : ''})`,
376
)
0 commit comments