a-ge commited on
Commit
3d3ed8c
·
verified ·
1 Parent(s): 2d85d86

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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
- file_info = ""
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: