Skip to content

Commit ef376d0

Browse files
committed
Fix bug storing the full agent id on startAgentRun
1 parent 92a2301 commit ef376d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/run-agent-step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export const loopAgentSteps = async (
500500
await startAgentRun({
501501
runId,
502502
userId,
503-
agentId: agentType,
503+
agentId: agentTemplate.id,
504504
ancestorRunIds: agentState.ancestorRunIds,
505505
})
506506

0 commit comments

Comments
 (0)