Spaces:
Running
Running
add custom tools
Browse filesget_current_time_in_timezone
app.py
CHANGED
@@ -269,7 +269,8 @@ with open("prompts.yaml", 'r') as stream:
|
|
269 |
|
270 |
agent = CodeAgent(
|
271 |
model=model,
|
272 |
-
tools=[
|
|
|
273 |
dictionary_lookup,
|
274 |
wikipedia_search,
|
275 |
string_utilities,
|
|
|
269 |
|
270 |
agent = CodeAgent(
|
271 |
model=model,
|
272 |
+
tools=[get_current_time_in_timezone,
|
273 |
+
convert_currency,
|
274 |
dictionary_lookup,
|
275 |
wikipedia_search,
|
276 |
string_utilities,
|