Skip to documentation content
On this page
  1. Contract

AiResponse

Completed Responses-style result, retaining the provider's structured output.

Completed Responses-style result, retaining the provider's structured output.

Contract

PropertyValue
symboltelion_api.AiResponse
moduletelion_api.ai
constructor(id: 'str', output_text: 'str', status: 'str', model: 'str | None' = None, provider_profile: 'str | None' = None, conversation_id: 'str | None' = None, usage: 'Mapping[str, Any] | None' = None, output: 'Sequence[Mapping[str, Any]]' = <factory>, raw: 'Mapping[str, Any]' = <factory>) -> None
AiResponse — Telion Python API 0.1.0-alpha | Telion