mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 14:52:39 +02:00
feat(multi-agent): extend model fallback to general-purpose subagent
This commit is contained in:
parent
1745d7dccf
commit
b394dc71c7
2 changed files with 17 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ _FALLBACK_ELIGIBLE_NAMES: frozenset[str] = frozenset(
|
|||
"RemoteProtocolError",
|
||||
"TimeoutError",
|
||||
"TimeoutException",
|
||||
# Can be extended to other exceptions in the future
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue