[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
10
langchain-chat/server/agent/tools/shell.yaml
Normal file
10
langchain-chat/server/agent/tools/shell.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: shell
|
||||
description: Use Linux Shell to execute Linux commands
|
||||
parameters:
|
||||
type: object
|
||||
properties:
|
||||
query:
|
||||
type: string
|
||||
description: The command to execute
|
||||
required:
|
||||
- query
|
||||
Reference in New Issue
Block a user