gemini_start_chat
Start a multi-turn chat session with Gemini to keep conversation history for follow-up messages. Returns a session ID for subsequent interactions.
Instructions
Start a new multi-turn chat session with Gemini.
The session maintains conversation history so follow-up messages have full context. Pass the returned session_id to gemini_chat.
Args: model: Model name for this session. Defaults to gemini-3.0-flash.
Returns: JSON with session_id to use in subsequent gemini_chat calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |