| 
					
				 | 
			
			
				@@ -30,7 +30,7 @@ class FileSearchTool(BaseTool): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         "This tool must be called when the question involves the following situations:" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         + "1. Asking for specific content in files/documents" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         + "2.Need to find data, terms, or technical details" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        + ' 3.The user explicitly requests "search files" or "search materials"' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        + '3.The user explicitly requests "search files" or "search materials" or "content"' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         "Useful for when you need to answer questions about current events. " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         "Input should be a search query." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ) 
			 |