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