Skip to content

turnComplete: false in ClientContentMessage prevents later response to RealtimeInputMessages #60

@romankupkovic

Description

@romankupkovic

Description of the bug:

I want to send contextual text data using the ClientContentMessage to the API while being connected and talking to the model using RealtimeInputMessages but the API should not generate a response to the context data so I set turnCompleteto false.

After sending the ClientContentMessage with the text data, I get no response, as expected, but further RealtimeInputMessages that are recorded and logged also do not trigger a response anymore, even If I want to continue the voice conversation.

Image

Actual vs expected behavior:

Actual behaviour: RealtimeInputMessage after the ClientContentMessage with turnComplete set to falsedoes not trigger API response.

Expected Behaviour: RealtimeInputMessage after the ClientContentMessage with turnComplete set to falsedoes trigger API response.

Any other information you'd like to share?

I could not find any mention of this dynamic in the documentation or forums.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions