OperatorUpdate
Update body — name is taken from the path and may not change. Saving creates a new version.
- descriptionType: string · Descriptionrequired
Human-readable statement of what this operator assesses.
- modelType: string · Model Tierenum
_tier requiredfastorstandard.values- fast
- standard
- outputType: string · Output Typeenum
_type requiredThe shape of the result this operator emits.
values- classification
- boolean
- score
- multi
_tag - extraction
- text
- promptType: string · Promptrequired
Natural-language instructions for the model.
- includeType: boolean · Include Reasoning
_reasoning When true, the model is asked to justify its result.
- outputType: object · Output Config
_config Type-specific output configuration.
- propertyType: anything
Name
- parametersType: array object[] · Parameters
Parameters the prompt references.
A value an operator's prompt references, supplied per configuration rather than baked into the prompt.
- nameType: string · Namerequired
Parameter name (kebab-case), referenced in the prompt as
{{parameters.<name>}}. - typeType: string · Typeenumrequired
Parameter type.
kb_documentresolves to a knowledge base document whose extracted text is substituted into the prompt at session start.values- kb
_document - string
- integer
- number
- boolean
- descriptionType: string · Descriptionnullable
Optional hint shown to the configuration author supplying this parameter's value.