AgentResponseUpdateEvent(String, AgentResponseUpdate) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AgentResponseUpdateEvent class.
public AgentResponseUpdateEvent(string executorId, Microsoft.Agents.AI.AgentResponseUpdate update);
new Microsoft.Agents.AI.Workflows.AgentResponseUpdateEvent : string * Microsoft.Agents.AI.AgentResponseUpdate -> Microsoft.Agents.AI.Workflows.AgentResponseUpdateEvent
Public Sub New (executorId As String, update As AgentResponseUpdate)
Parameters
- executorId
- String
The identifier of the executor that generated this event.
- update
- AgentResponseUpdate
The agent run response update.