> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Analysis - Go SDK

> Analysis type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

Structured analysis produced by the fusion judge model.

## Fields

| Field             | Type                                                                                  | Required             | Description |
| ----------------- | ------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `BlindSpots`      | \[]`string`                                                                           | :heavy\_check\_mark: | N/A         |
| `Consensus`       | \[]`string`                                                                           | :heavy\_check\_mark: | N/A         |
| `Contradictions`  | \[][components.Contradiction](/client-sdks/go/api-reference/models/contradiction)     | :heavy\_check\_mark: | N/A         |
| `PartialCoverage` | \[][components.PartialCoverage](/client-sdks/go/api-reference/models/partialcoverage) | :heavy\_check\_mark: | N/A         |
| `UniqueInsights`  | \[][components.UniqueInsight](/client-sdks/go/api-reference/models/uniqueinsight)     | :heavy\_check\_mark: | N/A         |
