Skip to content

Commit 5ad48e6

Browse files
authored
chore: Remove deprecated default_agent router in config (#905)
Remove default agent in router config
1 parent 949953a commit 5ad48e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/config/routers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class RouterName(StrEnum):
2525
TOOL = "tool"
2626
USER = "user"
2727
AGENT = "agent"
28-
DEFAULT_AGENT = "default_agent"
2928
SNAPSHOT = "snapshot"
3029
MODEL = "model"
3130
SCIM = "scim"

0 commit comments

Comments
 (0)