OperatorParameterModel

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.