SkillMetadata

Metadata about the equation structure and naming for this skill

  • factorAName
    Type: string
    required

    Display name for the first operand (e.g., "Addend", "Factor", "Minuend", "Dividend")

  • factorBName
    Type: string
    required

    Display name for the second operand (e.g., "Addend", "Factor", "Subtrahend", "Divisor")

  • operator
    Type: string · Operatorenum
    required

    Mathematical operator

    values
    • x = MULTIPLY
    • + = ADD
    • - = SUBTRACT
    • ÷ = DIVIDE
  • resultName
    Type: string
    required

    Display name for the result (e.g., "Sum", "Product", "Difference", "Quotient")