Skip to content

Commit

Permalink
Remove plans
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Frank committed Sep 17, 2024
1 parent 3c550ba commit 727f9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neuroagent/agents/base_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class AgentOutput(BaseModel):

response: str
steps: list[AgentStep]
plan: str | None = None


class BaseAgent(BaseModel, ABC):
Expand Down

0 comments on commit 727f9af

Please sign in to comment.