Update agent.py
Browse files
agent.py
CHANGED
|
@@ -85,7 +85,7 @@ class BasicAgent:
|
|
| 85 |
|
| 86 |
def __call__(self, question: str, file_path: str = None) -> str:
|
| 87 |
print(f"Agent received question: {question}...")
|
| 88 |
-
|
| 89 |
if file_path:
|
| 90 |
print(f"Agent received file: {file_path}")
|
| 91 |
try:
|
|
|
|
| 85 |
|
| 86 |
def __call__(self, question: str, file_path: str = None) -> str:
|
| 87 |
print(f"Agent received question: {question}...")
|
| 88 |
+
file = ""
|
| 89 |
if file_path:
|
| 90 |
print(f"Agent received file: {file_path}")
|
| 91 |
try:
|