I am having a voice conversation with gemini - but I’d like to start the conversation and be able to append a message if gemini spoke it.
I have tried:
{clientContent:{turns:[{role:“model”,parts:[{“text”:“Have you had a good day today?”}]}],tuneComplete:true}}
If I put turnComplete true, the model responds (I would rather it think it spoke this and now it is my turn to respond). If I put turnComplete:false I believe the rest of my code doesn’t quite work because it throws off the state of things.
I am having an audio conversation only - no text - but I was hoping I could append the text to prime the gemini agent?
Is this possible? Is my only option a system message? I’d like to insert responses sometimes for the model.
Thank you!