OperatorResultItem
The latest result produced by one operator in a session.
- confidenceType: number · Confidencerequired
The model's self-assessed confidence in this result (0.0–1.0).
- eventType: string · Event Type
_type requiredAlways
operator_resultfor these snapshot entries. - operatorType: object · OperatorInforequired
Which operator produced the result.
- nameType: string · Namerequired
The operator's name.
- outputType: string · Output Type
_type requiredThe operator's output type — determines the shape of
result. - resultType: object · Resultrequired
The typed result, shaped by
output_type:{value}for classification/score/text,{value: bool}for boolean,{tags: [...]}for multi_tag,{value, found}for extraction.- propertyType: anything
Name
- reasoningType: string · Reasoningnullable
The model's brief justification, present only when the operator has
include_reasoningenabled.