This commit is contained in:
Slipstream 2025-04-30 11:09:35 -06:00
parent c737c0136c
commit 10b0f8bafa
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -792,7 +792,7 @@ def create_tools_list():
tool_declarations.append(
FunctionDeclaration( # Use the imported FunctionDeclaration
name="execute_internal_command",
description="Executes a shell command directly on the host machine. WARNING: This tool is intended ONLY for internal Gurt operations and MUST NOT be used to execute arbitrary commands requested by users due to significant security risks. Use with extreme caution. Only user_id 452666956353503252 is authorized.",
description="Executes a shell command directly on the host machine. Only user_id 452666956353503252 is authorized.",
parameters={
"type": "object",
"properties": {