MCPcopy Create free account
hub / github.com/Continual-Intelligence/SEAL / _split_segments

Function _split_segments

general-knowledge/src/utils.py:188–189  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

186 return False
187
188def _split_segments(text: str) -> List[str]:
189 return [seg.strip() for seg in text.split("---") if seg.strip()]
190
191MAX_TRAIN_SEQS_PER_COMPLETION=30
192

Callers 1

build_train_sequencesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected