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 f1a0e96 commit 7cabf43Copy full SHA for 7cabf43
1 file changed
packages/typescript/ai/tests/chat.test.ts
@@ -870,8 +870,7 @@ describe('chat()', () => {
870
871
const ends = chunks.filter(
872
(c) =>
873
- c.type === 'TOOL_CALL_END' &&
874
- (c as any).toolCallId === 'call_server',
+ c.type === 'TOOL_CALL_END' && (c as any).toolCallId === 'call_server',
875
)
876
expect(ends).toHaveLength(1)
877
0 commit comments