namfam commited on
Commit
9624d98
·
verified ·
1 Parent(s): f2b8a96

Update agents/orchestrator/orchestrator_agent.py

Browse files
agents/orchestrator/orchestrator_agent.py CHANGED
@@ -162,6 +162,7 @@ class OrchestratorAgent:
162
  "Return only the final answer text."
163
  "Chỉ trong trường hợp draft answer chứa nhiều mâu thuẫn, không trả lời đầy đủ, hoặc không chính xác, hãy tinh chỉnh. "
164
  "Nếu không, hãy giữ nguyên."
 
165
  )
166
 
167
  # refined = self.llm.generate(prompt).strip()
 
162
  "Return only the final answer text."
163
  "Chỉ trong trường hợp draft answer chứa nhiều mâu thuẫn, không trả lời đầy đủ, hoặc không chính xác, hãy tinh chỉnh. "
164
  "Nếu không, hãy giữ nguyên."
165
+ "Hãy phát hiện và PHẢI trả lời trong ngôn ngữ của original question."
166
  )
167
 
168
  # refined = self.llm.generate(prompt).strip()