Chat with a Duck
chat_with_duckExplain your coding problems to an AI duck that remembers context across messages, supports multiple LLM providers, and accepts images for visual debugging.
Instructions
Have a conversation with a duck, maintaining context across messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation ID (creates new if not exists) | |
| message | Yes | Your message to the duck | |
| provider | No | Provider to use (can switch mid-conversation) | |
| model | No | Specific model to use (optional) | |
| images | No | Optional images to include with the message (for vision-capable models) |