You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/agent-runtime/src/run-programmatic-step.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,8 @@ export async function runProgrammaticStep(
300
300
// agentId: agentState.agentId,
301
301
// parentAgentId: agentState.parentId,
302
302
// })
303
+
// NOTE(James): agentState.messageHistory is readonly for some reason (?!). Recreating the array is a workaround. We should figure out why it's frozen.
0 commit comments