Share via


AgentResponseUpdateEvent(String, AgentResponseUpdate) Constructor

Definition

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.

Applies to