start_google_ai_session
Initiates a persistent Google AI Mode session for ongoing chat interactions via browser automation.
Instructions
Start a persisted Google AI Mode conversation session for chat-through-Codex/Claude workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | First user message to send to Google AI. | |
| title | No | Optional human-readable session title. | |
| waitMs | No | Milliseconds to wait after opening Google AI Mode. | |
| maxChars | No | Maximum visible conversation text characters to return. |