bug fix. PROMPT OK

This commit is contained in:
2026-02-27 13:57:45 -03:00
parent c9a8bc8da2
commit 0c8861e07d
2 changed files with 18 additions and 49 deletions

View File

@@ -364,7 +364,6 @@ def run_exec_loop(body: dict, max_steps: int = 10000) -> dict:
if m_done:
final_text = m_done.group(1).strip()
# devolve em formato OpenAI no fim
return {
**last,
"choices": [{