root.generated.openapi_client.models.evaluator_demonstrations

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

EvaluatorDemonstrations

EvaluatorDemonstrations

Module Contents

class root.generated.openapi_client.models.evaluator_demonstrations.EvaluatorDemonstrations

Bases: pydantic.BaseModel

EvaluatorDemonstrations

justification: pydantic.StrictStr | None = None
model_config
output: pydantic.StrictStr
prompt: pydantic.StrictStr | None = None
score: typing_extensions.Annotated[float, Field(le=1, strict=True, ge=0)] | typing_extensions.Annotated[int, Field(le=1, strict=True, ge=0)]