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

10 lines
199 B
YAML

name: shell
description: Use Linux Shell to execute Linux commands
parameters:
type: object
properties:
query:
type: string
description: The command to execute
required:
- query