-
Notifications
You must be signed in to change notification settings - Fork 79
False alarm on streamed calls? #15
Copy link
Copy link
Open
Description
I'm working on top of the provided example, I would like to use the normal call, not the streamed one.
const response = await sendMessage(
messages[1]?.text,
messageId.current && conversationId.current
? {
messageId: messageId.current,
conversationId: conversationId.current,
}
: undefined,
);But I get the following error:
[TypeError: Cannot read property 'content' of undefined]
Which can be caused here
| message: response.message.content.parts[0], |
Is it being seen as a streamed call still?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels