mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	fix(llm): well this has been using the wrong value the whole time
This commit is contained in:
		
							parent
							
								
									313c624871
								
							
						
					
					
						commit
						0ce5307c0b
					
				| @ -188,7 +188,7 @@ async function getSession(req: Request, res: Response) { | |||||||
|  */ |  */ | ||||||
| async function updateSession(req: Request, res: Response) { | async function updateSession(req: Request, res: Response) { | ||||||
|     // Get the chat using chatStorageService directly
 |     // Get the chat using chatStorageService directly
 | ||||||
|     const chatNoteId = req.params.chatNoteId; |     const chatNoteId = req.params.sessionId; | ||||||
|     const updates = req.body; |     const updates = req.body; | ||||||
| 
 | 
 | ||||||
|     try { |     try { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 perf3ct
						perf3ct