Skip to content

Commit

Permalink
Update src/pages/[platform]/ai/set-up-ai/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Saultz <[email protected]>
  • Loading branch information
dbanksdesign and atierian authored Nov 12, 2024
1 parent 46aff84 commit f48855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/ai/set-up-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ const { data: conversation } = await client.conversations.chat.create();

// Assistant messages come back as websocket events
// over a subscription
conversation.onResponseEvent({
conversation.onStreamEvent({
next: (event) => {
console.log(event);
},
Expand Down

0 comments on commit f48855c

Please sign in to comment.