| 453 | } |
| 454 | |
| 455 | interface ChoiceStream { |
| 456 | index: number; |
| 457 | delta: Delta; |
| 458 | logprobs: boolean | null; |
| 459 | finish_reason: string; |
| 460 | } |
| 461 | |
| 462 | interface Delta { |
| 463 | role?: MessageRole; |
nothing calls this directly
no outgoing calls
no test coverage detected