root.generated.openapi_aclient.models.execution_log_details =========================================================== .. py:module:: root.generated.openapi_aclient.models.execution_log_details .. 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_aclient.models.execution_log_details.ExecutionLogDetails Module Contents --------------- .. py:class:: ExecutionLogDetails Bases: :py:obj:`pydantic.BaseModel` ExecutionLogDetails .. py:attribute:: chat_id :type: Optional[pydantic.StrictStr] .. py:attribute:: cost :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: justification :type: pydantic.StrictStr .. py:attribute:: llm_output :type: pydantic.StrictStr .. py:attribute:: model :type: pydantic.StrictStr .. py:attribute:: model_call_duration :type: Union[pydantic.StrictFloat, pydantic.StrictInt] .. py:attribute:: model_config .. py:attribute:: model_params :type: Optional[root.generated.openapi_aclient.models.model_params.ModelParams] :value: None .. py:attribute:: objective :type: root.generated.openapi_aclient.models.execution_log_details_objective.ExecutionLogDetailsObjective .. py:attribute:: owner :type: root.generated.openapi_aclient.models.nested_user_details.NestedUserDetails .. py:attribute:: rendered_prompt :type: pydantic.StrictStr .. py:attribute:: skill :type: root.generated.openapi_aclient.models.execution_log_details_skill.ExecutionLogDetailsSkill .. py:attribute:: validation_results :type: List[root.generated.openapi_aclient.models.skill_execution_validator_result.SkillExecutionValidatorResult] .. py:attribute:: variables :type: Optional[Any]