Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. 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.

Reference

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

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'