Cmuroc27 commited on
Commit
59a5f16
·
1 Parent(s): dc72cd9
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -66,7 +66,7 @@ RULES:
66
  - If unclear after ONE search, say "Unable to find" and STOP""")
67
 
68
  self.doc_agent = AgentWorkflow.from_tools_or_functions([read_document_tool,
69
- image_analyzer_tool, youtube_transcript_tol, calculator_tool],
70
  llm = llm,
71
 
72
  system_prompt = """You are a document/media processor. Extract exact facts.
 
66
  - If unclear after ONE search, say "Unable to find" and STOP""")
67
 
68
  self.doc_agent = AgentWorkflow.from_tools_or_functions([read_document_tool,
69
+ image_analyzer_tool, youtube_transcript_tool, calculator_tool],
70
  llm = llm,
71
 
72
  system_prompt = """You are a document/media processor. Extract exact facts.