Daniel Amendoeira commited on
Commit
fd8b5b8
·
verified ·
1 Parent(s): 009bd2f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -30,7 +30,7 @@ search_tool = BraveSearch.from_api_key(
30
  )
31
 
32
  community_tools = [search_tool, python_tool]
33
- custom_tools = datetime_tools + [transcribe_audio]
34
 
35
  tools = community_tools + custom_tools
36
  llm_with_tools = llm.bind_tools(tools)
 
30
  )
31
 
32
  community_tools = [search_tool, python_tool]
33
+ custom_tools = datetime_tools + [transcribe_audio, transcribe_youtube]
34
 
35
  tools = community_tools + custom_tools
36
  llm_with_tools = llm.bind_tools(tools)