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

stream

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

Reference

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

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'