patrickfleith commited on
Commit
8abbb82
·
verified ·
1 Parent(s): 8d23c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ class BasicAgent:
30
  tools=[websearch_tool, code_interpreter_tool],
31
  prompt="You are a helpful assistant. You can use tools to answer questions."
32
  )
33
- BasicAgentprint("BasicAgent initialized.")
34
  except Exception as e:
35
  print(f"Failed to initialize BasicAgent: {e}")
36
 
 
30
  tools=[websearch_tool, code_interpreter_tool],
31
  prompt="You are a helpful assistant. You can use tools to answer questions."
32
  )
33
+ print("BasicAgent initialized.")
34
  except Exception as e:
35
  print(f"Failed to initialize BasicAgent: {e}")
36