mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"tools": [
|
|
{
|
|
"name": "example_echo",
|
|
"description": "Example tool that echoes input",
|
|
"command": [
|
|
"echo",
|
|
"{message}"
|
|
],
|
|
"args": {
|
|
"message": "^[a-zA-Z0-9_ -]+$"
|
|
},
|
|
"timeout_sec": 5,
|
|
"max_output_bytes": 1024
|
|
}
|
|
]
|
|
}
|