Skip to content

Interface: AnalyzeOptions

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Documents / AnalyzeOptions

Interface: AnalyzeOptions

Defined in: src/types/documents.ts:35

Per-call options for DocumentsClient.analyze.

Properties

signal?

optional signal: AbortSignal

Defined in: src/types/documents.ts:42

Abort signal to cancel the in-flight analysis request. Analyse runs many sequential LLM calls per document and can take a while, so callers (e.g. a “Cancel” button) can pass an AbortController signal to tear the request down rather than waiting for it to complete.