helmo commited on
Commit
637de75
·
verified ·
1 Parent(s): 942b1bf

add custom tools

Browse files

get_current_time_in_timezone

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -269,7 +269,8 @@ with open("prompts.yaml", 'r') as stream:
269
 
270
  agent = CodeAgent(
271
  model=model,
272
- tools=[convert_currency,
 
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,