Spaces:
Running
Running
Sebastian Wefers
commited on
Commit
·
cce5d92
1
Parent(s):
14cab04
added WorldTides tool to arsenal of agent
Browse files
app.py
CHANGED
@@ -153,7 +153,8 @@ agent = CodeAgent(
|
|
153 |
tools=[
|
154 |
final_answer,
|
155 |
get_current_time_in_timezone,
|
156 |
-
get_stock_price
|
|
|
157 |
],
|
158 |
max_steps=6,
|
159 |
verbosity_level=1,
|
|
|
153 |
tools=[
|
154 |
final_answer,
|
155 |
get_current_time_in_timezone,
|
156 |
+
get_stock_price,
|
157 |
+
get_tides_for_location
|
158 |
],
|
159 |
max_steps=6,
|
160 |
verbosity_level=1,
|