mgbam commited on
Commit
d7bf01e
·
verified ·
1 Parent(s): 8a56a79

Update mcp/orchestrator.py

Browse files
Files changed (1) hide show
  1. 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}