Interface: JsonlParserOptions
Makaio Framework / ai-adapters-core/node / JsonlParserOptions
Interface: JsonlParserOptions
Section titled “Interface: JsonlParserOptions”Defined in: ../../../adapters/core/src/log-importer/jsonl-parser.ts:69
Options for parsing a JSONL file.
parseJsonlFile - Function that accepts these options
Properties
Section titled “Properties”filePath
Section titled “filePath”filePath:
string
Defined in: ../../../adapters/core/src/log-importer/jsonl-parser.ts:73
Absolute path to the JSONL file to parse.
startOffset?
Section titled “startOffset?”
optionalstartOffset?:number
Defined in: ../../../adapters/core/src/log-importer/jsonl-parser.ts:82
Byte offset to start reading from.
Default Value
Section titled “Default Value”0 (start of file)Remarks
Section titled “Remarks”Use this to resume reading from a previously stored cursor position. The parser will seek to this position before reading.