ReferenceAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_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 | — |
| return | telion_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
| Property | Value |
|---|---|
| symbol | telion_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 |
| return | telion_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