{
"tools": [
{
"type": "ai-stats:advisor",
"parameters": {
"name": "fusion_analysis_1",
"model": "anthropic/claude-opus-4-8",
"instructions": "Analyze the user's request independently. Return concise findings, assumptions, caveats, and the answer direction you recommend for synthesis.",
"max_uses": 1,
"max_completion_tokens": 1400
}
},
{
"type": "ai-stats:advisor",
"parameters": {
"name": "fusion_analysis_2",
"model": "openai/gpt-5",
"instructions": "Analyze the user's request independently. Return concise findings, assumptions, caveats, and the answer direction you recommend for synthesis.",
"max_uses": 1,
"max_completion_tokens": 1400
}
},
{
"type": "ai-stats:advisor",
"parameters": {
"name": "fusion_judge",
"model": "google/gemini-pro-latest",
"instructions": "Compare the fusion analysis outputs, identify the strongest answer, and return concise guidance for the final response.",
"max_uses": 1,
"max_completion_tokens": 1400
}
}
]
}