RunAgentUpdatedStreamEvent
Event that notifies that there is a new agent running.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RunAgentUpdatedStreamEvent(agent): RunAgentUpdatedStreamEvent
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
|
|
The new agent |
Returns
Section titled “Returns”RunAgentUpdatedStreamEvent
Properties
Section titled “Properties”agent: Agent<any, any>;
The new agent
readonly type: "agent_updated_stream_event" = 'agent_updated_stream_event';