naman1102 commited on
Commit
47dc6c0
·
1 Parent(s): 7e21665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ class BasicAgent:
32
  raise ValueError("HF_TOKEN environment variable not set. Please set your Hugging Face API token.")
33
 
34
  # Initialize tools
 
35
  self.calculator = create_calculator_tool()
36
  self.search_tool = create_search_tool()
37
 
 
32
  raise ValueError("HF_TOKEN environment variable not set. Please set your Hugging Face API token.")
33
 
34
  # Initialize tools
35
+ print("In constructor of basic agent")
36
  self.calculator = create_calculator_tool()
37
  self.search_tool = create_search_tool()
38