Interface: GetInboxRequest
@kortexya/reasoninglayer / Cognitive / GetInboxRequest
Interface: GetInboxRequest
Defined in: src/types/cognitive.ts:700
Request to get an agent’s inbox.
Properties
agentId
agentId:
string
Defined in: src/types/cognitive.ts:702
Recipient agent ID (UUID).
includeRead?
optionalincludeRead:boolean
Defined in: src/types/cognitive.ts:706
Whether to include already-read messages (default: false).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:704
Tenant ID (UUID).