nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
MessagePayload
Interface MessagePayload
Payload for message events.
interface
MessagePayload
{
type
:
"message"
;
direction
:
"sent"
|
"received"
;
targetAgentId
?:
string
;
sourceAgentId
?:
string
;
messageType
:
string
;
contentPreview
?:
string
;
}
Index
Properties
type
direction
target
Agent
Id?
source
Agent
Id?
message
Type
content
Preview?
Properties
Readonly
type
type
:
"message"
Readonly
direction
direction
:
"sent"
|
"received"
Optional
Readonly
target
Agent
Id
targetAgentId
?:
string
Optional
Readonly
source
Agent
Id
sourceAgentId
?:
string
Readonly
message
Type
messageType
:
string
Optional
Readonly
content
Preview
contentPreview
?:
string
Truncated preview of message content
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
direction
target
Agent
Id
source
Agent
Id
message
Type
content
Preview
GitHub
npm
nexus-agents - v2.80.0
Loading...
Payload for message events.