gemini_chat
Send a prompt to Gemini and receive a text response. Optionally use search grounding or URL context to enhance answers.
Instructions
Send a prompt to Gemini and get a text response. Optionally enable search grounding or URL context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name (default: gemini-3.1-pro-preview) | |
| prompt | Yes | The prompt to send to Gemini | |
| temperature | No | Temperature for generation | |
| enableSearch | No | Enable Google Search grounding (default: false) | |
| maxOutputTokens | No | Maximum output tokens | |
| enableUrlContext | No | Enable URL context processing (default: false) | |
| systemInstruction | No | System instruction for the model |