Langchain-Chatchat/server/agent/tools/wolfram.yaml

10 lines
227 B
YAML
Raw Normal View History

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