Update agent.py
Browse files
agent.py
CHANGED
@@ -51,7 +51,7 @@ class GaiaAgent:
|
|
51 |
return 'excel', True
|
52 |
|
53 |
# Kontrollera för web-sökning
|
54 |
-
if any(keyword in question_lower for keyword in ['search', 'find', 'lookup', 'http', 'www.', 'website']):
|
55 |
return 'search', True
|
56 |
|
57 |
# Kontrollera för matematiska beräkningar
|
|
|
51 |
return 'excel', True
|
52 |
|
53 |
# Kontrollera för web-sökning
|
54 |
+
if any(keyword in question_lower for keyword in ['search', 'find', 'lookup', 'http', 'www.', 'wikipedia', 'albums', 'discography', 'published' 'website']):
|
55 |
return 'search', True
|
56 |
|
57 |
# Kontrollera för matematiska beräkningar
|