gemini_chat_continue
Send a follow-up prompt to an existing Gemini conversation and get its reply, preserving the original session's model for coherent multi-turn chats.
Instructions
既存 conversation に prompt を投げ、応答を返す。
モデルは会話開始時のものを引き継ぐ。Gemini は会話途中のモデル変更を
ModelInvalid (error code 1050 = model inconsistent with history) で
拒否するため、途中変更は受け付けない。別モデルで訊きたい場合は
gemini_chat_new で新しい label を作る。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | 既存 session の label。 | |
| prompt | Yes | 続きの質問本文。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| label | Yes | ||
| metadata | Yes | ||
| thinking | No | ||
| thoughts | No |