chat
Collaborate on brainstorming, development discussions, and idea exploration by sharing your question with context and file paths for thoughtful explanations and second opinions.
Instructions
General chat and collaborative thinking partner for brainstorming, development discussion, getting second opinions, and exploring ideas. Use for ideas, validations, questions, and thoughtful explanations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Currently in auto model selection mode. CRITICAL: When the user names a model, you MUST use that exact name unless the server rejects it. If no model is provided, you may use the `listmodels` tool to review options and select an appropriate match. Top models: gemini-2.5-pro (score 100, 1.0M ctx, thinking, code-gen); gemini-3-pro-preview (score 100, 1.0M ctx, thinking, code-gen); gemini-2.5-flash (score 61, 1.0M ctx, thinking); gemini-2.0-flash (score 56, 1.0M ctx, thinking); gemini-2.0-flash-lite (score 42, 1.0M ctx). | |
| images | No | Image paths (absolute) or base64 strings for optional visual context. | |
| prompt | Yes | Your question or idea for collaborative thinking to be sent to the external model. Provide detailed context, including your goal, what you've tried, and any specific challenges. WARNING: Large inline code must NOT be shared in prompt. Provide full-path to files on disk as separate parameter. | |
| temperature | No | 0 = deterministic · 1 = creative. | |
| thinking_mode | No | Reasoning depth: minimal, low, medium, high, or max. | |
| continuation_id | No | Unique thread continuation ID for multi-turn conversations. Works across different tools. ALWAYS reuse the last continuation_id you were given—this preserves full conversation context, files, and findings so the agent can resume seamlessly. | |
| absolute_file_paths | No | Full, absolute file paths to relevant code in order to share with external model | |
| working_directory_absolute_path | Yes | Absolute path to an existing directory where generated code artifacts can be saved. |