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