continue_google_ai_session
Send a follow-up message to an ongoing Google AI session and return the updated conversation.
Instructions
Send a follow-up message to a persisted Google AI conversation session and return the updated visible conversation. Defaults to the active session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id returned by start_google_ai_session. Defaults to the active session. | |
| message | Yes | Follow-up message to send to Google AI. | |
| timeoutMs | No | Maximum time to wait for the conversation to change. | |
| maxChars | No | Maximum visible conversation text characters to return. |