mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 18:26:38 +08:00
fix(llm): well this has been using the wrong value the whole time
This commit is contained in:
parent
313c624871
commit
0ce5307c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ async function getSession(req: Request, res: Response) {
|
|||
*/
|
||||
async function updateSession(req: Request, res: Response) {
|
||||
// Get the chat using chatStorageService directly
|
||||
const chatNoteId = req.params.chatNoteId;
|
||||
const chatNoteId = req.params.sessionId;
|
||||
const updates = req.body;
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue