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

AiResponse

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

Reference

FieldValueDescription
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

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