Update agent.py
Browse files
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}"
|
|