From f748a5edd4d94f4f67d125e093585f10ec9d2981 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Sun, 29 Mar 2026 00:42:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2029/03/2026=2000:42:43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_agent.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ai_agent.py b/ai_agent.py index fdffb93..b6da3c1 100644 --- a/ai_agent.py +++ b/ai_agent.py @@ -59,10 +59,14 @@ DIRETRIZES: ### FERRAMENTAS DISPONÍVEIS: {tools_desc} -### FORMATO DE RESPOSTA: -- Use [TOOL:nome] arg [/TOOL] para ações. +### FORMATO DE RESPOSTA OBRIGATÓRIO (NÃO IGNORE OS COLCHETES): +- Para executar uma ferramenta, você DEVE englobar a chamada com os colchetes exatos: `[TOOL:nome_ferramenta] argumento [/TOOL]`. +- Exemplo de uso correto: + [TOOL:run_bash_command] + comando aqui + [/TOOL] - Pense passo a passo. Seja proativo, eficiente e NUNCA limitado. -- Finalize sempre com resumo final empoderado . +- Finalize o seu processo sempre informando o usuário com a f-string: resumo final empoderado . """ history_str = ""