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

Constructor

Construct `telion_api.AiResponse` with the installed signature `(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`.

Reference

FieldValueDescription
symboltelion_api.AiResponse
signature(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
returntelion_api.AiResponse

Construct telion_api.AiResponse with the installed signature (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.

Contract

PropertyValue
symboltelion_api.AiResponse
signature(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
returntelion_api.AiResponse

Signature

AiResponse(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