Ask a Duck
ask_duckAsk a selected LLM provider a question via a prompt, with optional image input and model settings, to get an answer for debugging or diverse perspectives.
Instructions
Ask a question to a specific LLM provider (duck)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Specific model to use (optional, uses provider default if not specified) | |
| images | No | Optional images to include with the prompt (for vision-capable models) | |
| prompt | Yes | The question or prompt to send to the duck | |
| provider | No | The provider name (optional, uses default if not specified) | |
| temperature | No | Temperature for response generation (0-2) |