OperatorUpdate

Update body — name is taken from the path and may not change. Saving creates a new version.

  • description
    Type: string · Description
    required

    Human-readable statement of what this operator assesses.

  • model_tier
    Type: string · Model Tierenum
    required

    fast or standard.

    values
    • fast
    • standard
  • output_type
    Type: string · Output Typeenum
    required

    The shape of the result this operator emits.

    values
    • classification
    • boolean
    • score
    • multi_tag
    • extraction
    • text
  • prompt
    Type: string · Prompt
    required

    Natural-language instructions for the model.

  • include_reasoning
    Type: boolean · Include Reasoning

    When true, the model is asked to justify its result.

  • output_config
    Type: object · Output Config

    Type-specific output configuration.

    • propertyName
      Type: anything
  • parameters
    Type: array object[] · Parameters

    Parameters the prompt references.

    A value an operator's prompt references, supplied per configuration rather than baked into the prompt.

    • name
      Type: string · Name
      required

      Parameter name (kebab-case), referenced in the prompt as {{parameters.<name>}}.

    • type
      Type: string · Typeenum
      required

      Parameter type. kb_document resolves to a knowledge base document whose extracted text is substituted into the prompt at session start.

      values
      • kb_document
      • string
      • integer
      • number
      • boolean
    • description
      Type: string · Descriptionnullable

      Optional hint shown to the configuration author supplying this parameter's value.