Skip to content

Commit aca5431

Browse files
tianmu-liclaude
andcommitted
fix: replace hardcoded /model/ path in validate_jsonl_schema.py docstring
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d481c3c commit aca5431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/validate_jsonl_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
Usage:
2424
python scripts/validate_jsonl_schema.py FILE [FILE ...]
25-
python scripts/validate_jsonl_schema.py /model/agentic_coding_flat.jsonl /model/agentic_workflow_flat.jsonl
25+
python scripts/validate_jsonl_schema.py examples/09_MultiTurn/datasets/agentic_coding_flat.jsonl
2626
"""
2727

2828
import argparse

0 commit comments

Comments
 (0)