add .gitattributes: python文件统一LF换行
This commit is contained in:
@@ -76,6 +76,7 @@ async def execute_advisor_data_query(
|
||||
question: str,
|
||||
trace_id: str,
|
||||
session_id: str | None = None,
|
||||
conversation_context: str = "",
|
||||
data_scope: dict[str, Any] | None = None,
|
||||
max_rows: int | None = None,
|
||||
page: int = 1,
|
||||
@@ -162,6 +163,7 @@ async def execute_advisor_data_query(
|
||||
llm_client=llm_client,
|
||||
summary_llm=llm_client,
|
||||
masks=permission.get("masks"),
|
||||
conversation_context=conversation_context,
|
||||
)
|
||||
except (EmbeddingError, LLMFailError) as exc:
|
||||
raise QueryServiceError("投顾 Agent 依赖服务不可用,请检查 LLM/Embedding 服务连接") from exc
|
||||
|
||||
Reference in New Issue
Block a user