ask_model
Ask one AI model a question to run interactive, facilitator-style discussions, with Claude Code orchestrating the conversation and users intervening between rounds.
Instructions
Ask a single model a question. Use this for interactive, facilitator-style discussions where Claude Code orchestrates the conversation and the user can intervene between rounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ID (format: "provider/model", e.g. "gemini-cli/default") | |
| prompt | Yes | The question or prompt to send | |
| context | No | Optional context from previous discussion to include | |
| session_id | No | Session ID to resume a previous conversation (Web UI providers only). If provided and a URL exists for this session, the follow-up message will be sent in the same chat thread. Use a consistent ID (e.g. topic slug) to group related questions. |