Interface: DocumentInput
@kortexya/reasoninglayer / Documents / DocumentInput
Interface: DocumentInput
Defined in: src/types/documents.ts:8
A single document to analyse (name + raw text content).
Properties
content
content:
string
Defined in: src/types/documents.ts:12
Full document text content.
name
name:
string
Defined in: src/types/documents.ts:10
Document name/identifier (e.g. “contract.pdf”).
typeHint?
optionaltypeHint:string|null
Defined in: src/types/documents.ts:14
Optional document type hint (e.g. “nda”, “invoice”).