Skip to content

Commit

Permalink
chore: update agent.py (#395)
Browse files Browse the repository at this point in the history
specfic -> specific
  • Loading branch information
eltociear authored Aug 15, 2024
1 parent c507489 commit 8f3e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/crud/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def create_agent(db: Session, agent: Agent) -> Agent:
"""
Create a new agent.
Agents are configurable entities that can be specified to use specfic tools and have specific preambles for better task completion.
Agents are configurable entities that can be specified to use specific tools and have specific preambles for better task completion.
Args:
db (Session): Database session.
Expand Down

0 comments on commit 8f3e1fe

Please sign in to comment.