diff --git a/exemplos/garatuja_ex.png b/exemplos/garatuja_ex.png new file mode 100644 index 0000000..dfe77db Binary files /dev/null and b/exemplos/garatuja_ex.png differ diff --git a/public/app.js b/public/app.js index 8da31e5..00d4900 100644 --- a/public/app.js +++ b/public/app.js @@ -2151,6 +2151,9 @@ const initApp = () => { progressTimer = null; } + // Remover blocos nativos de modelos de reasoning antes de renderizar e extrair conhecimento + assistantContent = assistantContent.replace(/[\s\S]*?(?:<\/think>|$)/g, '').trim(); + // Parse final limpo do markdown (se for texto normal) if (!isMediaResponse) { const stepTextEl = botContentDiv.querySelector('#iaProgressStepText');