You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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: