Skip to content

Interface: JsonlParserOptions

Makaio Framework


Makaio Framework / ai-adapters-core/node / JsonlParserOptions

Defined in: ../../../adapters/core/src/log-importer/jsonl-parser.ts:69

Options for parsing a JSONL file.

parseJsonlFile - Function that accepts these options

filePath: string

Defined in: ../../../adapters/core/src/log-importer/jsonl-parser.ts:73

Absolute path to the JSONL file to parse.


optional startOffset?: number

Defined in: ../../../adapters/core/src/log-importer/jsonl-parser.ts:82

Byte offset to start reading from.

0 (start of file)

Use this to resume reading from a previously stored cursor position. The parser will seek to this position before reading.