dawid-lorek commited on
Commit
6ad00cc
·
verified ·
1 Parent(s): 2c93f3f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -108,5 +108,4 @@ def answer_question(question: str, task_id: str = None) -> str:
108
  result = ", ".join(sorted(non_comm))
109
  file_context += f"[Parsed Non-Commutative Set] {result}"
110
  except Exception as e:
111
- file_context += f"
112
- [Table Parse Error] {e}"
 
108
  result = ", ".join(sorted(non_comm))
109
  file_context += f"[Parsed Non-Commutative Set] {result}"
110
  except Exception as e:
111
+ file_context += f"[Table Parse Error] {e}"