Files
openrouter-python-sdk-retry…/docs/components/imagegentextchunkeventphase.mdx
github-actions[bot]GitHubspeakeasybotspeakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
164490028b chore: 🐝 Update SDK - Generate (spec change merged) 0.11.11 (#410)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
2026-07-08 19:10:58 +00:00

24 lines
517 B
Plaintext

---
title: "ImageGenTextChunkEventPhase"
---
The generation phase this chunk belongs to. `content` is the renderable output; `reasoning` and `draft` are intermediate provider phases.
## Example Usage
```python
from openrouter.components import ImageGenTextChunkEventPhase
# Open enum: unrecognized values are captured as UnrecognizedStr
value: ImageGenTextChunkEventPhase = "content"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"content"`
- `"reasoning"`
- `"draft"`