ReferenceAvailable
text
Return completed text suitable for explicit parsing or an SDK argument. Natural-language bounds are not validation. Validate AI-generated values before applying them to scientific models.
Reference
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.AiClient.text | — |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'str' | — |
| return | str | — |
Return completed text suitable for explicit parsing or an SDK argument. Natural-language bounds are not validation. Validate AI-generated values before applying them to scientific models.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.AiClient.text |
| signature | (prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'str' |
| return | str |
Signature
telion_api.AiClient.text(prompt: 'str | Sequence[Mapping[str, Any]] | None' = None, **options: 'Any') -> 'str'