Skip to content

Interface: ReflectionQueryResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ReflectionQueryResponse

Interface: ReflectionQueryResponse

Defined in: src/types/cognitive.ts:810

Response from a reflection query.

Properties

count

count: number

Defined in: src/types/cognitive.ts:814

Number of matching rules/facts.


matches

matches: JsonValue[]

Defined in: src/types/cognitive.ts:816

Matching items (raw JSON).


message

message: string

Defined in: src/types/cognitive.ts:812

Human-readable message.