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

chat

Return a complete response to text or role/content messages.

Return a complete response to text or role/content messages.

Contract

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

Signature

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