typo tol
Browse files
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,
|
| 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.
|