> ## 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.

# ResponseOutputText - Go SDK

> ResponseOutputText type definition

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

## Fields

| Field         | Type                                                                                                      | Required             | Description |
| ------------- | --------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `Annotations` | \[][components.OpenAIResponsesAnnotation](/client-sdks/go/api-reference/models/openairesponsesannotation) | :heavy\_minus\_sign: | N/A         |
| `Logprobs`    | \[][components.Logprob](/client-sdks/go/api-reference/models/logprob)                                     | :heavy\_minus\_sign: | N/A         |
| `Text`        | `string`                                                                                                  | :heavy\_check\_mark: | N/A         |
| `Type`        | [components.ResponseOutputTextType](/client-sdks/go/api-reference/models/responseoutputtexttype)          | :heavy\_check\_mark: | N/A         |
