root.generated.openapi_aclient.models.evaluator_demonstrations ============================================================== .. py:module:: root.generated.openapi_aclient.models.evaluator_demonstrations .. 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.evaluator_demonstrations.EvaluatorDemonstrations Module Contents --------------- .. py:class:: EvaluatorDemonstrations Bases: :py:obj:`pydantic.BaseModel` EvaluatorDemonstrations .. py:attribute:: justification :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: model_config .. py:attribute:: output :type: pydantic.StrictStr .. py:attribute:: prompt :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: score :type: Union[typing_extensions.Annotated[float, Field(le=1, strict=True, ge=0)], typing_extensions.Annotated[int, Field(le=1, strict=True, ge=0)]]