This commit is contained in:
ChihYu Yeh
2025-03-13 12:20:24 +08:00
parent fa96a5d89f
commit e4dbfa8723
@@ -405,9 +405,6 @@ class AskService:
)
has_metric = _retrieval_result.get("has_metric", False)
print(f"has_calculated_field: {has_calculated_field}")
print(f"has_metric: {has_metric}")
if histories:
text_to_sql_generation_results = await self._pipelines[
"followup_sql_generation"