Files
openrouter-python-sdk-retry…/docs/components/fusioncallanalysiscompletedevent.mdx
T

16 lines
24 KiB
Plaintext

---
title: "FusionCallAnalysisCompletedEvent"
---
Emitted when the fusion judge completes with the structured analysis.
## Fields
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `analysis` | [components.FusionAnalysisResult](../components/fusionanalysisresult.mdx) | :heavy_check_mark: | Structured analysis produced by the fusion judge model. | \{<br/>"blind_spots": [<br/>"No model considered the impact on existing API consumers."<br/>],<br/>"consensus": [<br/>"All panel models agree the request is asking for a concise summary."<br/>],<br/>"contradictions": [<br/>\{<br/>"stances": [<br/>\{<br/>"model": "openai/gpt-5",<br/>"stance": "Favors an incremental rollout."<br/>},<br/>\{<br/>"model": "anthropic/claude-sonnet-4.5",<br/>"stance": "Favors a single coordinated migration."<br/>}<br/>],<br/>"topic": "Recommended approach"<br/>}<br/>],<br/>"partial_coverage": [<br/>\{<br/>"models": [<br/>"openai/gpt-5"<br/>],<br/>"point": "Only one model addressed the rollback strategy."<br/>}<br/>],<br/>"unique_insights": [<br/>\{<br/>"insight": "Highlighted a backwards-compatibility risk the other models missed.",<br/>"model": "anthropic/claude-sonnet-4.5"<br/>}<br/>]<br/>} |
| `item_id` | *str* | :heavy_check_mark: | N/A | |
| `output_index` | *int* | :heavy_check_mark: | N/A | |
| `sequence_number` | *int* | :heavy_check_mark: | N/A | |
| `type` | [components.FusionCallAnalysisCompletedEventType](../components/fusioncallanalysiscompletedeventtype.mdx) | :heavy_check_mark: | N/A | |