Skip to content

Interface: IngestPaperRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / IngestPaperRequest

Interface: IngestPaperRequest

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

Request to ingest a specific paper.

Properties

identifier

identifier: string

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

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


identifierType

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

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

Type of identifier.


sessionId?

optional sessionId: string | null

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

Session ID to associate ingestion with.