Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update agent.py
Browse files
agent.py
CHANGED
@@ -40,7 +40,7 @@ search_tool = BraveSearch.from_api_key(
|
|
40 |
)
|
41 |
|
42 |
community_tools = [search_tool, python_tool]
|
43 |
-
custom_tools =
|
44 |
|
45 |
tools = community_tools + custom_tools
|
46 |
llm_with_tools = llm.bind_tools(tools)
|
|
|
40 |
)
|
41 |
|
42 |
community_tools = [search_tool, python_tool]
|
43 |
+
custom_tools = datetime_tools + [transcribe_audio]
|
44 |
|
45 |
tools = community_tools + custom_tools
|
46 |
llm_with_tools = llm.bind_tools(tools)
|