Skip to content

Interface: ReExtractRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Reviews / ReExtractRequest

Interface: ReExtractRequest

Defined in: src/types/reviews.ts:178

Request to re-extract entities from a document.

Properties

documentId

documentId: string

Defined in: src/types/reviews.ts:180

Document ID to re-extract from.


extractionStrategy?

optional extractionStrategy: string | null

Defined in: src/types/reviews.ts:182

Use a different extraction strategy.


focusSorts?

optional focusSorts: string[] | null

Defined in: src/types/reviews.ts:184

Focus on specific sorts.


instructions?

optional instructions: string | null

Defined in: src/types/reviews.ts:186

Specific prompt/instructions for extraction.


tenantId

tenantId: string

Defined in: src/types/reviews.ts:188

Tenant ID (UUID).