ask_with_realtime_information
Ask questions requiring real-time information, such as news or current events, and receive answers using Groq models.
Instructions
Ask a question requiring real-time information (e.g., news, current events) using a Groq model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question to ask the model, especially if it requires real-time information (e.g., current news, recent events). | |
| model | No | The model to use (compound-beta or compound-beta-mini). Defaults to compound-beta. Use compound-beta-mini for quick answers. | compound-beta |
| mode | No | Response mode ('minimal' or 'verbose'). Defaults to 'minimal'. 'verbose' includes executed tools in the response. This is very verbose and should only be used when the user asks for it or when the user query cannot be answered without it (always first try without it). | minimal |
| include_domains | No | List of domains to specifically include in the search. | |
| exclude_domains | No | List of domains to exclude from the search. |