FusionCallAnalysisCompletedEvent - Python SDK

FusionCallAnalysisCompletedEvent method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Emitted when the fusion judge completes with the structured analysis.

Fields

FieldTypeRequiredDescriptionExample
analysiscomponents.FusionAnalysisResult✔️Structured analysis produced by the fusion judge model.{"blind_spots": ["No model considered the impact on existing API consumers."],"consensus": ["All panel models agree the request is asking for a concise summary."],"contradictions": [{"stances": [{"model": "openai/gpt-5","stance": "Favors an incremental rollout."},
{"model": "anthropic/claude-sonnet-4.5","stance": "Favors a single coordinated migration."}
],
“topic”: “Recommended approach”
}
],
“partial_coverage”: [
{"models": ["openai/gpt-5"],"point": "Only one model addressed the rollback strategy."}
],
“unique_insights”: [
{"insight": "Highlighted a backwards-compatibility risk the other models missed.","model": "anthropic/claude-sonnet-4.5"}
]
}
item_idstr✔️N/A
output_indexint✔️N/A
sequence_numberint✔️N/A
typecomponents.FusionCallAnalysisCompletedEventType✔️N/A