Skip to content

Commit 6b5c4a5

Browse files
change the splitter marker
1 parent a81b1cc commit 6b5c4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/models/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class CodeString(BaseModel):
158158

159159

160160
# Used to split files by adding a marker at the start of each file followed by the file path.
161-
LINE_SPLITTER_MARKER_PREFIX = "# codeflash-splitter__"
161+
LINE_SPLITTER_MARKER_PREFIX = "# --codeflash:file--"
162162

163163

164164
def get_code_block_splitter(file_path: Path) -> str:

0 commit comments

Comments
 (0)