feat(gateway): support full /model switching in webchat sessions

This commit is contained in:
William Valentin
2026-02-18 16:55:38 -08:00
parent abd37342fa
commit a13aa3113e
4 changed files with 206 additions and 11 deletions
+2
View File
@@ -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({