Ask a question to get started
Enter to sendā¢Shift+Enter new line
send_text( self, text: str, *, interactive: bool = True ) -> None
text
str
The user text to send.
interactive
bool
True
If True (default), the text is part of an ongoing conversation turn that relies on audio turn detection. If False, the text is treated as a complete turn and the model will respond immediately without requiring audio input.
False
Send a text message as user input.