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.