Skip to content

Interface: InlineDocument

@kortexya/reasoninglayer


@kortexya/reasoninglayer / DocumentCheck / InlineDocument

Interface: InlineDocument

Defined in: src/types/document-check.ts:42

Inline contract content, ingested before checking.

Remarks

Supplying inline content (rather than an already-ingested documentId) is what enables the knowledge-base rules pass — it needs the raw text.

Properties

content

content: string

Defined in: src/types/document-check.ts:46

Full document content (markdown or plain text).


name

name: string

Defined in: src/types/document-check.ts:44

Document name/identifier (e.g. "contract.md").