prompt_tool
Send prompts to multiple LLM models simultaneously to compare responses and evaluate different AI perspectives for agile development workflows.
Instructions
Send a text prompt to multiple LLM models and return their responses.
Args:
text: The prompt text to send to the models
models_prefixed_by_provider: List of models in format "provider:model" (e.g., "openai:gpt-4").
If None, defaults to ["openai:gpt-4o-mini"]
Returns:
List of responses, one from each specified model
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| models_prefixed_by_provider | No |