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

# OpenResponsesInProgressEvent - Go SDK

> OpenResponsesInProgressEvent type definition

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

Event emitted when a response is in progress

## Fields

| Field            | Type                                                                                                                 | Required             | Description                                            | Example                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ---------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Response`       | [components.OpenResponsesResult](/client-sdks/go/api-reference/models/openresponsesresult)                           | :heavy\_check\_mark: | Complete non-streaming response from the Responses API | `{"created_at": 1704067200,"error": null,"id": "resp-abc123","incomplete_details": null,"instructions": null,"max_output_tokens": null,"metadata": null,"model": "gpt-4","object": "response","output": [{"content": [{"annotations": [],"text": "Hello! How can I help you today?","type": "output_text"}`<br />],<br />"id": "msg-abc123",<br />"role": "assistant",<br />"status": "completed",<br />"type": "message"<br />}<br />],<br />"parallel\_tool\_calls": true,<br />"status": "completed",<br />"temperature": null,<br />"tool\_choice": "auto",<br />"tools": \[],<br />"top\_p": null,<br />"usage": `{"input_tokens": 10,"input_tokens_details": {"cached_tokens": 0}`,<br />"output\_tokens": 25,<br />"output\_tokens\_details": `{"reasoning_tokens": 0}`,<br />"total\_tokens": `35<br/>`}<br />} |
| `SequenceNumber` | `int64`                                                                                                              | :heavy\_check\_mark: | N/A                                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `Type`           | [components.OpenResponsesInProgressEventType](/client-sdks/go/api-reference/models/openresponsesinprogresseventtype) | :heavy\_check\_mark: | N/A                                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
