Interface: SubscribeToKbRequest
@kortexya/reasoninglayer / Cognitive / SubscribeToKbRequest
Interface: SubscribeToKbRequest
Defined in: src/types/cognitive.ts:1045
Request to subscribe an agent to knowledge base changes.
Properties
agentId
agentId:
string
Defined in: src/types/cognitive.ts:1047
Agent ID (UUID).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:1049
Tenant ID (UUID).
watchedFeatures?
optionalwatchedFeatures:string[]
Defined in: src/types/cognitive.ts:1053
Feature names to watch for changes.
watchedSorts
watchedSorts:
string[]
Defined in: src/types/cognitive.ts:1051
Sort names to watch for changes.