Operator
A stored operator at a particular version.
- descriptionType: string · Descriptionrequired
What this operator assesses.
- includeType: boolean · Include Reasoning
_reasoning requiredWhether the model is asked to justify its result.
- isType: boolean · Is Current
_current requiredWhether this is the current version a fresh reference would bind to.
- modelType: string · Model Tierenum
_tier requiredThe model tier this operator runs on.
values- fast
- standard
- nameType: string · Namerequired
Operator name (kebab-case).
- outputType: object · Output Config
_config requiredType-specific output configuration.
- propertyType: anything
Name
- outputType: string · Output Typeenum
_type requiredThe shape of the result this operator emits.
values- classification
- boolean
- score
- multi
_tag - extraction
- text
- promptType: string · Promptrequired
The natural-language instructions for the model.
- versionType: integer · Versionrequired
This operator version's number.
- accountType: string · Accountnullable
Owning account id, or
nullfor a platform operator maintained by Simwood. - createdType: string · Created Atnullable
_at When this version was created (ISO 8601).
- 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.
- updatedType: string · Updated Atnullable
_at When this version was last touched (ISO 8601).