Skip to content

Interface: SubscribeToKbResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / SubscribeToKbResponse

Interface: SubscribeToKbResponse

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

Response from subscribing to KB changes.

Properties

message

message: string

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

Human-readable message.


subscriptionId

subscriptionId: string

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

Subscription ID (UUID).


success

success: boolean

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

Whether the subscription was successful.