compare_ollama_responses
Compare responses from multiple Ollama models on a single prompt to obtain diverse perspectives.
Instructions
Compare responses from multiple Ollama models on the same prompt to get diverse perspectives
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | No | List of model names to compare. If not specified, uses the first two available models. | |
| prompt | Yes | The prompt to send to all models | |
| context | No | Optional shared context for all models |