fix: inline_eval exec() exception escaping crash; update schema description

This commit is contained in:
Jiaqing Liang
2026-04-17 16:06:13 +08:00
parent 47f106c8db
commit 0e3e602121
3 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
"type": {"type": "string", "enum": ["python", "powershell"], "description": "Code type", "default": "python"},
"timeout": {"type": "integer", "description": "in seconds", "default": 60},
"cwd": {"type": "string", "description": "Working directory, defaults to cwd"},
"inline_eval": {"type": "boolean", "description": "Only when usage is explicitly specified."}}}
"inline_eval": {"type": "boolean", "description": "DO NOT USE except explicitly specified."}}}
}},
{"type": "function", "function": {
"name": "file_read",