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 5ef85e0 commit cd935b0Copy full SHA for cd935b0
1 file changed
packages/typescript/ai-client/src/chat-client.ts
@@ -608,11 +608,7 @@ export class ChatClient {
608
const processingComplete = this.waitForProcessing()
609
610
// Send through normalized connection (pushes chunks to subscription queue)
611
- await this.connection.send(
612
- messages,
613
- mergedBody,
614
- signal,
615
- )
+ await this.connection.send(messages, mergedBody, signal)
616
617
// Wait for subscription loop to finish processing all chunks
618
await processingComplete
0 commit comments