final assignment gaia agent tools submission enabled system prompt litellm login models questions refactoring
Browse files- tools/gaiatool.py +1 -1
tools/gaiatool.py
CHANGED
|
@@ -30,4 +30,4 @@ def fetch_questions() -> list:
|
|
| 30 |
print(f"An unexpected error occurred fetching questions: {e}")
|
| 31 |
return f"An unexpected error occurred fetching questions: {e}", None
|
| 32 |
|
| 33 |
-
return questions_data
|
|
|
|
| 30 |
print(f"An unexpected error occurred fetching questions: {e}")
|
| 31 |
return f"An unexpected error occurred fetching questions: {e}", None
|
| 32 |
|
| 33 |
+
return None, questions_data
|