Skip to documentation content
On this page
  1. Contract
  2. Signature

stream

Stream the next turn and retain its history after successful completion.

Stream the next turn and retain its history after successful completion.

Contract

PropertyValue
symboltelion_api.AiConversation.stream
signature(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiStream'
returnAiStream

Signature

telion_api.AiConversation.stream(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiStream'
stream — Telion Python API 0.1.0-alpha | Telion