fix(headless): respect mode passed to /message endpoint (#1300)

This commit is contained in:
kehanzhang
2025-07-25 12:26:49 -07:00
committed by GitHub
parent c65e7aff86
commit 92656fdf29

View File

@@ -768,6 +768,7 @@ export namespace Session {
},
modelID: input.modelID,
providerID: input.providerID,
mode: inputMode,
time: {
created: Date.now(),
},