ReferenceAvailable
stream
Stream the next turn and retain its history after successful completion.
Reference
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.AiConversation.stream | — |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiStream' | — |
| return | AiStream | — |
Stream the next turn and retain its history after successful completion.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.AiConversation.stream |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiStream' |
| return | AiStream |
Signature
telion_api.AiConversation.stream(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiStream'