docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
@@ -0,0 +1,16 @@
---
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 | |