@@ -132,7 +132,7 @@ class ReviewPipeline(IReviewPipeline):
# 构建提示词
prompt = self.prompt_builder.build_prompt(content, requirements)
-
+
# 调用LLM
llm_response = await self.llm_client.call_llm(prompt)