Skip to content

Interface: ExportJsonlResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / ExportJsonlResponse

Interface: ExportJsonlResponse

Defined in: src/types/synthetic.ts:432

Response from exporting synthetic data as JSONL.

Properties

exampleCount

exampleCount: number

Defined in: src/types/synthetic.ts:434

Number of examples exported.


jsonl

jsonl: string

Defined in: src/types/synthetic.ts:436

JSONL string (one JSON object per line).