Skip to content

Interface: SourceSummaryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sources / SourceSummaryDto

Interface: SourceSummaryDto

Defined in: src/types/sources.ts:31

Summary of a registered source.

Properties

available

available: boolean

Defined in: src/types/sources.ts:33

Whether the source is currently available/reachable.


mode

mode: string

Defined in: src/types/sources.ts:41

Resolved write-path mode: "transpile" or "ingest" (see SourceWriteMode).

Typed as string rather than the union because the wire contract declares a plain string — narrowing it would mean inventing a fallback for a value this SDK version does not know.


sourceId

sourceId: string

Defined in: src/types/sources.ts:43

Source identifier.


sourceType

sourceType: string

Defined in: src/types/sources.ts:45

Source type.