Kitaru

EvaluatorResponse

Evaluator response.

Attributes

attributeowner_iduuid.UUID | None
= Field(description='Id of the owning account, null for a default plugin.')
attributeiduuid.UUID
= Field(description='Evaluator id.')
attributenamestr
= Field(description='Evaluator name.')
attributedescriptionstr | None
= Field(description='Evaluator description.')
attributelogo_urlstr | None
= Field(description='Evaluator logo URL.')
attributemetadatadict[str, JsonValue]
= Field(description='Arbitrary metadata.')
attributelatest_versionint
= Field(description='Highest version number created for this evaluator.')
attributeagent_iduuid.UUID | None
= Field(description='Id of the agent this evaluator is scoped to, null for a global evaluator.')

On this page