Skip to content

Interface: SubscribeToKbResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / SubscribeToKbResponse

Interface: SubscribeToKbResponse

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

Response from subscribing to KB changes.

Properties

message

message: string

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

Human-readable message.


subscriptionId

subscriptionId: string

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

Subscription ID (UUID).


success

success: boolean

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

Whether the subscription was successful.