From 414f84599e35b904232073d67426dcbb27aa5927 Mon Sep 17 00:00:00 2001 From: Gabriel Cano Date: Sun, 24 Aug 2025 20:37:57 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20a=20itera=C3=A7=C3=A3o=20sobre=20o=20?= =?UTF-8?q?modelo=20na=20fun=C3=A7=C3=A3o=20getAIResponse=20para=20aguarda?= =?UTF-8?q?r=20a=20resolu=C3=A7=C3=A3o=20da=20promessa=20antes=20de=20proc?= =?UTF-8?q?essar=20os=20chunks=20de=20resposta.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 94652e7..b3786e4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -135,7 +135,7 @@ async function getAIResponse(prompt: string): Promise