mirror of
https://github.com/hoshikawa2/openclaw-oci-pptx.git
synced 2026-03-06 10:11:02 +00:00
bug fix. PROMPT OK
This commit is contained in:
@@ -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": [{
|
||||
|
||||
Reference in New Issue
Block a user