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

chat

Send the next turn using Telion-managed history for the same profile.

Send the next turn using Telion-managed history for the same profile.

Contract

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

Signature

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