We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff0606 commit b53cfd9Copy full SHA for b53cfd9
packages/agents-core/test/runState.test.ts
@@ -253,6 +253,7 @@ describe('deserialize helpers', () => {
253
handoffs: [],
254
computerActions: [{ toolCall: call, computer: tool }],
255
toolsUsed: [],
256
+ hasToolsOrApprovalsToRun: () => true,
257
};
258
259
const restored = await RunState.fromString(agent, state.toString());
@@ -277,6 +278,7 @@ describe('deserialize helpers', () => {
277
278
279
280
281
282
283
state._currentStep = {
284
type: 'next_step_handoff',
0 commit comments