avfranco commited on
Commit
bdef94c
·
1 Parent(s): d50e270

final assignment gaia agent tools submission enabled system prompt litellm login models questions refactoring

Browse files
Files changed (1) hide show
  1. 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