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

stream

Stream typed response events; use a context manager for early exit.

Reference

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

Stream typed response events; use a context manager for early exit.

Contract

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

Signature

telion_api.AiClient.stream(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiStream'