mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
16 lines
2.1 KiB
Plaintext
16 lines
2.1 KiB
Plaintext
---
|
|
title: "FusionAnalysisResult"
|
|
---
|
|
|
|
Structured analysis produced by the fusion judge model.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
|
|
| `blind_spots` | List[*str*] | :heavy_check_mark: | N/A |
|
|
| `consensus` | List[*str*] | :heavy_check_mark: | N/A |
|
|
| `contradictions` | List[[components.Contradiction](../components/contradiction.mdx)] | :heavy_check_mark: | N/A |
|
|
| `partial_coverage` | List[[components.PartialCoverage](../components/partialcoverage.mdx)] | :heavy_check_mark: | N/A |
|
|
| `unique_insights` | List[[components.UniqueInsight](../components/uniqueinsight.mdx)] | :heavy_check_mark: | N/A | |