From 3a5fecb344d81b1ba983fcd07d67c3d1a660192a Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 24 Mar 2026 11:32:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2024/03/2026=2011:32:15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ai_agent.py b/ai_agent.py index bb7f94f..a71c87f 100644 --- a/ai_agent.py +++ b/ai_agent.py @@ -50,6 +50,7 @@ Finalize com resumo . if match: t_name, arg = match.group(1).strip(), match.group(2).strip() if t_name in AVAILABLE_TOOLS: + func = AVAILABLE_TOOLS[t_name]["func"] # Assume ferramentas são síncronas em tools.py (legado) obs = func(arg) if arg else func() # Trunca observação se for gigante para não estourar a cota