Skip to content

Interface: IngestPaperRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / IngestPaperRequest

Interface: IngestPaperRequest

Defined in: src/types/research.ts:366

Request to ingest a specific paper.

Properties

identifier

identifier: string

Defined in: src/types/research.ts:368

Paper identifier (DOI, PMID, arXiv ID, or URL).


identifierType

identifierType: "doi" | "pmid" | "arxiv_id" | "url"

Defined in: src/types/research.ts:370

Type of identifier.


sessionId?

optional sessionId: string | null

Defined in: src/types/research.ts:372

Session ID to associate ingestion with.