fix(router): align fallback semantics and oauth provider behavior
This commit is contained in:
@@ -161,7 +161,7 @@ describe('createAgentHandlers command fast-path', () => {
|
||||
runtimeConfig: {
|
||||
models: {
|
||||
default: { provider: 'anthropic', model: 'claude-sonnet-4' },
|
||||
fallback_chain: ['anthropic'],
|
||||
fallback_chain: [],
|
||||
},
|
||||
} as unknown as AgentHandlerDeps['runtimeConfig'],
|
||||
});
|
||||
@@ -199,7 +199,7 @@ describe('createAgentHandlers command fast-path', () => {
|
||||
runtimeConfig: {
|
||||
models: {
|
||||
default: { provider: 'anthropic', model: 'claude-sonnet-4' },
|
||||
fallback_chain: ['anthropic'],
|
||||
fallback_chain: [],
|
||||
},
|
||||
} as unknown as AgentHandlerDeps['runtimeConfig'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user