Interface: SendMessageRequest
@kortexya/reasoninglayer / Cognitive / SendMessageRequest
Interface: SendMessageRequest
Defined in: src/types/cognitive.ts:604
Request to send a message to another agent.
Properties
content
content:
JsonValue
Defined in: src/types/cognitive.ts:612
Message content (arbitrary JSON).
fromAgentId
fromAgentId:
string
Defined in: src/types/cognitive.ts:606
Sender agent ID (UUID).
priority?
optionalpriority:number
Defined in: src/types/cognitive.ts:614
Priority (0-10, higher is more urgent, default: 5).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:610
Tenant ID (UUID).
toAgentId
toAgentId:
string
Defined in: src/types/cognitive.ts:608
Recipient agent ID (UUID).