feat:修改投顾agent和nl2sql的功能

This commit is contained in:
2026-09-13 23:46:15 +08:00
parent 4dcfcbeb3a
commit 958b785b04
11 changed files with 436 additions and 61 deletions
+1
View File
@@ -44,6 +44,7 @@ class DataQueryResult:
row_count: int = 0
truncated: bool = False
summary: str | None = None
answer: str | None = None
markdown: str | None = None
chart: dict[str, Any] | None = None
metric_definitions: list[dict[str, Any]] = field(default_factory=list)