Skip to content

Commit

Permalink
Remove default agent in router config
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Jan 13, 2025
1 parent 7426899 commit 0d2588c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/config/routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class RouterName(StrEnum):
TOOL = "tool"
USER = "user"
AGENT = "agent"
DEFAULT_AGENT = "default_agent"
SNAPSHOT = "snapshot"
MODEL = "model"
SCIM = "scim"
Expand Down

0 comments on commit 0d2588c

Please sign in to comment.