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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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