turnComplete: false
in ClientContentMessage prevents later response to RealtimeInputMessages
#60
Labels
bug
Something isn't working
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 usingRealtimeInputMessage
s but the API should not generate a response to the context data so I setturnComplete
tofalse
.After sending the
ClientContentMessage
with the text data, I get no response, as expected, but furtherRealtimeInputMessage
s that are recorded and logged also do not trigger a response anymore, even If I want to continue the voice conversation.Actual vs expected behavior:
Actual behaviour:
RealtimeInputMessage
after theClientContentMessage
withturnComplete
set tofalse
does not trigger API response.Expected Behaviour:
RealtimeInputMessage
after theClientContentMessage
withturnComplete
set tofalse
does 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.
The text was updated successfully, but these errors were encountered: