Operator

A stored operator at a particular version.

  • description
    Type: string · Description
    required

    What this operator assesses.

  • include_reasoning
    Type: boolean · Include Reasoning
    required

    Whether the model is asked to justify its result.

  • is_current
    Type: boolean · Is Current
    required

    Whether this is the current version a fresh reference would bind to.

  • model_tier
    Type: string · Model Tierenum
    required

    The model tier this operator runs on.

    values
    • fast
    • standard
  • name
    Type: string · Name
    required

    Operator name (kebab-case).

  • output_config
    Type: object · Output Config
    required

    Type-specific output configuration.

    • propertyName
      Type: anything
  • 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

    The natural-language instructions for the model.

  • version
    Type: integer · Version
    required

    This operator version's number.

  • account
    Type: string · Accountnullable

    Owning account id, or null for a platform operator maintained by Simwood.

  • created_at
    Type: string · Created Atnullable

    When this version was created (ISO 8601).

  • 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.

  • updated_at
    Type: string · Updated Atnullable

    When this version was last touched (ISO 8601).