Feat : better error handling in llm_provider

This commit is contained in:
martin legrand
2025-03-17 09:55:49 +01:00
parent 2aaf5756d5
commit f655682e0d
3 changed files with 39 additions and 17 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Browser:
self.logger.info("Browser initialized successfully")
except Exception as e:
raise Exception(f"Failed to initialize browser: {str(e)}")
def go_to(self, url):
"""Navigate to a specified URL."""
try: