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 46aff84 commit f48855cCopy full SHA for f48855c
src/pages/[platform]/ai/set-up-ai/index.mdx
@@ -648,7 +648,7 @@ const { data: conversation } = await client.conversations.chat.create();
648
649
// Assistant messages come back as websocket events
650
// over a subscription
651
-conversation.onResponseEvent({
+conversation.onStreamEvent({
652
next: (event) => {
653
console.log(event);
654
},
0 commit comments