AgentResponseEvent(String, AgentResponse) 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 AgentResponseEvent class.
public AgentResponseEvent(string executorId, Microsoft.Agents.AI.AgentResponse response);
new Microsoft.Agents.AI.Workflows.AgentResponseEvent : string * Microsoft.Agents.AI.AgentResponse -> Microsoft.Agents.AI.Workflows.AgentResponseEvent
Public Sub New (executorId As String, response As AgentResponse)
Parameters
- executorId
- String
The identifier of the executor that generated this event.
- response
- AgentResponse
The agent response.