This commit is contained in:
鸣山 2025-06-19 16:30:36 +08:00
parent 8853aa4d2c
commit 5f5bc19f87

View file

@ -445,7 +445,7 @@ class StepSummarizer(BaseSummarizer, PromptMixin):
logger.error(f"Failed to extract experience after {self.max_retries} attempts")
return []
# ========== Helper Methods (remain mostly unchanged) ==========
# ========== Helper Methods ==========
def _parse_segmentation_response(self, response: str) -> List[int]:
"""Parse segmentation response to extract split point positions"""