root.generated.openapi_client.models.execution_log_list_evaluation_context ========================================================================== .. py:module:: root.generated.openapi_client.models.execution_log_list_evaluation_context .. 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.execution_log_list_evaluation_context.ExecutionLogListEvaluationContext Module Contents --------------- .. py:class:: ExecutionLogListEvaluationContext Bases: :py:obj:`pydantic.BaseModel` The evaluation context used in the execution. Only included when explicitly requested with include=evaluation_context parameter. .. py:attribute:: contexts :type: Optional[List[pydantic.StrictStr]] :value: None .. py:attribute:: expected_output :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: model_config