root.generated.openapi_client.models.chat_execution_result ========================================================== .. py:module:: root.generated.openapi_client.models.chat_execution_result .. autoapi-nested-parse:: Root Signals API Root Signals JSON API provides a way to access Root Signals using provisioned API token The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. Classes ------- .. autoapisummary:: root.generated.openapi_client.models.chat_execution_result.ChatExecutionResult Module Contents --------------- .. py:class:: ChatExecutionResult Bases: :py:obj:`pydantic.BaseModel` ChatExecutionResult .. py:attribute:: chat_id :type: pydantic.StrictStr .. py:attribute:: cost :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] .. py:attribute:: execution_log_id :type: pydantic.StrictStr .. py:attribute:: llm_output :type: pydantic.StrictStr .. py:attribute:: model :type: pydantic.StrictStr .. py:attribute:: model_call_duration :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] :value: None .. py:attribute:: model_config .. py:attribute:: rendered_prompt :type: pydantic.StrictStr .. py:attribute:: validation :type: root.generated.openapi_client.models.validation.Validation