Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentContextUpdated
Interface AgentContextUpdated
Event emitted when an agent's context is updated
interface
AgentContextUpdated
{
agentId
:
string
;
agentName
:
string
;
eventType
:
"AgentContextUpdated"
;
contextId
:
string
;
messagesCount
:
number
;
occurredAt
:
Date
;
}
Hierarchy (
View Summary
)
AIAgentDomainEvent
AgentContextUpdated
Index
Properties
agent
Id
agent
Name
event
Type
context
Id
messages
Count
occurred
At
Properties
Readonly
agent
Id
agentId
:
string
Readonly
agent
Name
agentName
:
string
Readonly
event
Type
eventType
:
"AgentContextUpdated"
Readonly
context
Id
contextId
:
string
Readonly
messages
Count
messagesCount
:
number
Readonly
occurred
At
occurredAt
:
Date
The timestamp when this event occurred.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
agent
Name
event
Type
context
Id
messages
Count
occurred
At
Stratix Framework - v0.8.2
Loading...
Event emitted when an agent's context is updated