Graphsmith math.multiply.v1

id: math.multiply.v1

install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest: examples/skills/math.multiply.v1/skill.yaml
source content

id: math.multiply.v1 name: Multiply Numbers version: 1.0.0 description: Multiply two numbers.

inputs:

  • name: a type: string required: true
  • name: b type: string required: true

outputs:

  • name: result type: string

effects:

  • pure

tags:

  • math
  • arithmetic