10 lines
238 B
YAML
10 lines
238 B
YAML
|
|
name: calculate
|
||
|
|
description: Useful for when you need to answer questions about simple calculations
|
||
|
|
parameters:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
query:
|
||
|
|
type: string
|
||
|
|
description: The formula to be calculated
|
||
|
|
required:
|
||
|
|
- query
|