FusionCallAnalysisCompletedEvent - Go SDK

FusionCallAnalysisCompletedEvent type definition

The Go 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"}
]
}
ItemIDstring✔️N/A
OutputIndexint64✔️N/A
SequenceNumberint64✔️N/A
Typecomponents.FusionCallAnalysisCompletedEventType✔️N/A