root.generated.openapi_client.models.execution_log_list_evaluation_context

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

ExecutionLogListEvaluationContext

The evaluation context used in the execution. Only included when explicitly requested with include=evaluation_context parameter.

Module Contents

class root.generated.openapi_client.models.execution_log_list_evaluation_context.ExecutionLogListEvaluationContext

Bases: pydantic.BaseModel

The evaluation context used in the execution. Only included when explicitly requested with include=evaluation_context parameter.

contexts: List[pydantic.StrictStr] | None = None
expected_output: pydantic.StrictStr | None = None
model_config