Files
openrouter-python-sdk-retry…/docs/components/reasoningsummarytextdoneevent.mdx
T

17 lines
3.3 KiB
Plaintext

---
title: "ReasoningSummaryTextDoneEvent"
---
Event emitted when reasoning summary text streaming is complete
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `item_id` | *str* | :heavy_check_mark: | N/A |
| `output_index` | *int* | :heavy_check_mark: | N/A |
| `sequence_number` | *int* | :heavy_check_mark: | N/A |
| `summary_index` | *int* | :heavy_check_mark: | N/A |
| `text` | *str* | :heavy_check_mark: | N/A |
| `type` | [components.ReasoningSummaryTextDoneEventType](../components/reasoningsummarytextdoneeventtype.mdx) | :heavy_check_mark: | N/A |