mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-14 08:21:56 +00:00
Apply suggestion from @Saedbhati
Co-authored-by: Saed Bhati <105969318+Saedbhati@users.noreply.github.com>
This commit is contained in:
parent
11865c239b
commit
1437636364
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ async def step_solve(options: Chat, request: Request, task_lock: TaskLock):
|
|||
except Exception as e:
|
||||
logger.error(f"[CHAT] Error processing multi-turn task: {e}")
|
||||
# Continue with existing context if decomposition fails
|
||||
yield sse_json("error", {"message": f"Failed to process task: {str(e)}"})
|
||||
elif item.action == Action.create_agent:
|
||||
yield sse_json("create_agent", item.data)
|
||||
elif item.action == Action.activate_agent:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue