mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
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 |