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

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.

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

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

Signature

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