Update app.py
Browse files
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 |
-
|
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 |
|