Skip to content

Interface: ReflectionQueryResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ReflectionQueryResponse

Interface: ReflectionQueryResponse

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

Response from a reflection query.

Properties

count

count: number

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

Number of matching rules/facts.


matches

matches: JsonValue[]

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

Matching items (raw JSON).


message

message: string

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

Human-readable message.