We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516251e commit 3767482Copy full SHA for 3767482
packages/agent-runtime/src/run-agent-step.ts
@@ -911,6 +911,8 @@ export async function loopAgentSteps(
911
totalSteps,
912
directCreditsUsed: currentAgentState.directCreditsUsed,
913
creditsUsed: currentAgentState.creditsUsed,
914
+ messageHistory: currentAgentState.messageHistory,
915
+ systemPrompt: system,
916
},
917
'Agent execution failed',
918
)
0 commit comments