multi_llm_query
Query multiple LLM engines in parallel with a single question. Configure which engines to use and receive results from each, with errors reported per engine.
Instructions
Ask the same question to all (or selected) configured LLM engines in parallel.
engines: optional subset of ["perplexity","openai","anthropic","gemini"].
Default: every engine with credentials configured (see geoseo_status).
Engines that error are reported per-engine and don't block the others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| engines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||