🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-17 06:40:04 +00:00
parent dc96e26ca5
commit b305879541
6 changed files with 8 additions and 8 deletions

View File

@@ -375,7 +375,7 @@ class PromptBuilder:
@staticmethod
def get_info_from_db(
query_embedding: list, limit: int = 1, threshold: float = 0.5, return_raw: bool = False
query_embedding: list, limit: int = 1, threshold: float = 0.5, return_raw: bool = False
) -> Union[str, list]:
if not query_embedding:
return "" if not return_raw else []