Skip to content

Interface: SubscribeToKbRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / SubscribeToKbRequest

Interface: SubscribeToKbRequest

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

Request to subscribe an agent to knowledge base changes.

Properties

agentId

agentId: string

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

Agent ID (UUID).


tenantId

tenantId: string

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

Tenant ID (UUID).


watchedFeatures?

optional watchedFeatures: string[]

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

Feature names to watch for changes.


watchedSorts

watchedSorts: string[]

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

Sort names to watch for changes.