Update mcp/orchestrator.py
Browse files- mcp/orchestrator.py +1 -1
mcp/orchestrator.py
CHANGED
@@ -112,4 +112,4 @@ async def answer_ai_question(question: str, context: str = "", llm: str = "opena
|
|
112 |
ans = await qa_fn(question, context)
|
113 |
except Exception:
|
114 |
ans = "LLM follow-up failed."
|
115 |
-
return {"answer": ans}
|
|
|
112 |
ans = await qa_fn(question, context)
|
113 |
except Exception:
|
114 |
ans = "LLM follow-up failed."
|
115 |
+
return {"answer": ans}
|