root.generated.openapi_client.models.skill_execution_validator_result¶
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¶
SkillExecutionValidatorResult |
Module Contents¶
- class root.generated.openapi_client.models.skill_execution_validator_result.SkillExecutionValidatorResult¶
Bases:
pydantic.BaseModel
SkillExecutionValidatorResult
- evaluator_id: pydantic.StrictStr | None¶
- evaluator_name: pydantic.StrictStr¶
- justification: pydantic.StrictStr¶
- model_config¶
- result: pydantic.StrictFloat | pydantic.StrictInt | None¶
- threshold: pydantic.StrictFloat | pydantic.StrictInt¶