[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
10
langchain-chat/server/agent/tools/calculate.yaml
Normal file
10
langchain-chat/server/agent/tools/calculate.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user