File size: 232 Bytes
afd4069
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
name: Calculator
description: Useful for when you need to answer questions about math
parameters:
  type: object
  properties:
    formula:
      type: string
      description: The formula to be calculated
  required:
    - formula