mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
18 lines
2.5 KiB
Plaintext
18 lines
2.5 KiB
Plaintext
---
|
|
title: "TextDoneEvent"
|
|
---
|
|
|
|
Event emitted when text streaming is complete
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
|
|
| `content_index` | *int* | :heavy_check_mark: | N/A |
|
|
| `item_id` | *str* | :heavy_check_mark: | N/A |
|
|
| `logprobs` | List[[components.StreamLogprob](../components/streamlogprob.mdx)] | :heavy_check_mark: | N/A |
|
|
| `output_index` | *int* | :heavy_check_mark: | N/A |
|
|
| `sequence_number` | *int* | :heavy_check_mark: | N/A |
|
|
| `text` | *str* | :heavy_check_mark: | N/A |
|
|
| `type` | [components.TextDoneEventType](../components/textdoneeventtype.mdx) | :heavy_check_mark: | N/A | |