| 1 |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. |
| 2 |
|
| 3 |
/** |
| 4 |
* v1 seam: streaming state for an in-flight assistant message. |
| 5 |
*/ |
| 6 |
export type StreamStatus = "streaming" | "complete" | "error"; |