fix ACP start events for polished tools

This commit is contained in:
godlin
2026-05-15 13:01:14 +08:00
committed by Teknium
parent 3c51da1cb7
commit 6622277f11
2 changed files with 10 additions and 1 deletions

View File

@@ -1123,7 +1123,6 @@ def build_tool_start(
)
# Generic fallback
import json
try:
args_text = json.dumps(arguments, indent=2, default=str)
except (TypeError, ValueError):