mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
fix typo
This commit is contained in:
parent
8853aa4d2c
commit
5f5bc19f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue