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