Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/runtime/src/__tests__/ai-sdk-backend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10843,6 +10843,7 @@ describe('AiSdkBackend RunTrace', () => {
request: { messages: [] },
continuation: 'none',
}),
toolCallSafety: Promise.resolve({ hadRawArgumentEvidence: false, decisions: new Map() }),
};
};

Expand Down Expand Up @@ -13546,6 +13547,7 @@ describe('AiSdkBackend thinking persistence', () => {
request: { messages: [] },
continuation: 'none',
}),
toolCallSafety: Promise.resolve({ hadRawArgumentEvidence: false, decisions: new Map() }),
});

for await (const event of backend.send({ turnId: 'turn-1', text: 'hi', context: [] })) {
Expand Down
Loading