ORromu commited on
Commit
5903aec
·
verified ·
1 Parent(s): 0f964cf

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -49,7 +49,7 @@ tools = [add,
49
  download_file_from_url,
50
  extract_text_from_image,
51
  analyze_csv_file,
52
- analyse_excel_file]
53
 
54
  chat_with_tools = chat.bind_tools(tools)
55
 
 
49
  download_file_from_url,
50
  extract_text_from_image,
51
  analyze_csv_file,
52
+ analyze_excel_file]
53
 
54
  chat_with_tools = chat.bind_tools(tools)
55