10 lines
227 B
YAML
10 lines
227 B
YAML
|
|
name: wolfram
|
||
|
|
description: Useful for when you need to calculate difficult math formulas
|
||
|
|
parameters:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
query:
|
||
|
|
type: string
|
||
|
|
description: The formula to be calculated
|
||
|
|
required:
|
||
|
|
- query
|