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
Is it being seen as a streamed call still?
Metadata
Metadata
Assignees
Labels
No labels