Fix YAML frontmatter delimiter (|--- → ---) in stage 2 and 3

This commit is contained in:
Hermes
2026-05-24 18:07:14 +00:00
parent 2578bfee61
commit 4b60244919
9 changed files with 39 additions and 42 deletions

View File

@@ -438,7 +438,7 @@ interface ResumeRequest {
}
interface ResumeResponse {
// Continue from where left off
// [[id:22d0a159-68a2-4587-9375-5046beddc20c][Continue]] from where left off
remaining_cids: CID[];
next_chunk_index: number;
}