feat(gateway): support full /model switching in webchat sessions
This commit is contained in:
@@ -399,6 +399,8 @@ export class GatewayServer {
|
||||
metrics: this.metrics,
|
||||
sessionManager: this.config.sessionManager,
|
||||
commandRegistry: this.config.commandRegistry,
|
||||
modelRouter: 'setClient' in this.config.modelClient ? this.config.modelClient : undefined,
|
||||
runtimeConfig: this.config.config,
|
||||
});
|
||||
|
||||
const intentHandlers = createIntentHandlers({
|
||||
|
||||
Reference in New Issue
Block a user