Skip to content

False alarm on streamed calls? #15

Open
@rzfzr

Description

@rzfzr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions