ReferenceAvailable
chat
Send the next turn using Telion-managed history for the same profile.
Reference
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.AiConversation.chat | — |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiResponse' | — |
| return | AiResponse | — |
Send the next turn using Telion-managed history for the same profile.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.AiConversation.chat |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiResponse' |
| return | AiResponse |
Signature
telion_api.AiConversation.chat(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'AiResponse'