ReferenceAvailable
text
Return the next completed turn's text.
Reference
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.AiConversation.text | — |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'str' | — |
| return | str | — |
Return the next completed turn's text.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.AiConversation.text |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'str' |
| return | str |
Signature
telion_api.AiConversation.text(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'str'