alisamak commited on
Commit
e8f0fff
·
verified ·
1 Parent(s): 618dd54

Update basic_agent.py

Browse files
Files changed (1) hide show
  1. basic_agent.py +1 -0
basic_agent.py CHANGED
@@ -3,6 +3,7 @@ from tools import (
3
  analyze_youtube_video,
4
  extract_number_from_text,
5
  search_wikipedia,
 
6
  )
7
 
8
  class BasicAgent:
 
3
  analyze_youtube_video,
4
  extract_number_from_text,
5
  search_wikipedia,
6
+ check_commutativity_table
7
  )
8
 
9
  class BasicAgent: