mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	
							parent
							
								
									bf423b8577
								
							
						
					
					
						commit
						525095b3de
					
				@ -1683,8 +1683,12 @@
 | 
			
		||||
		}
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	const getWebSearchResults = async (model: string, parentId: string, responseId: string) => {
 | 
			
		||||
		const responseMessage = history.messages[responseId];
 | 
			
		||||
	const getWebSearchResults = async (
 | 
			
		||||
		model: string,
 | 
			
		||||
		parentId: string,
 | 
			
		||||
		responseMessageId: string
 | 
			
		||||
	) => {
 | 
			
		||||
		const responseMessage = history.messages[responseMessageId];
 | 
			
		||||
		const userMessage = history.messages[parentId];
 | 
			
		||||
 | 
			
		||||
		responseMessage.statusHistory = [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user