Interface: GetInboxResponse
@kortexya/reasoninglayer / Cognitive / GetInboxResponse
Interface: GetInboxResponse
Defined in: src/types/cognitive.ts:730
Response with an agent’s inbox messages.
Properties
messages
messages:
InboxMessageDto[]
Defined in: src/types/cognitive.ts:732
Messages (sorted by priority, then timestamp).
totalCount
totalCount:
number
Defined in: src/types/cognitive.ts:736
Total number of messages returned.
unreadCount
unreadCount:
number
Defined in: src/types/cognitive.ts:734
Number of unread messages.