ChatGLM3 / langchain_demo /Tool /Calculator.yaml
kakuguo's picture
Upload 52 files
afd4069
raw
history blame contribute delete
No virus
232 Bytes
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