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