mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : planner agent crash
This commit is contained in:
parent
aa1c0a24e2
commit
cce74b29ad
@ -112,7 +112,7 @@ class PlannerAgent(Agent):
|
||||
except Exception as e:
|
||||
raise e
|
||||
self.last_answer = prev_agent_answer
|
||||
return prev_agent_answer, reasoning
|
||||
return prev_agent_answer, ""
|
||||
|
||||
if __name__ == "__main__":
|
||||
from llm_provider import Provider
|
||||
|
Loading…
x
Reference in New Issue
Block a user