FabricDataAgentToolCallOutput(String, ToolCallStatus, String) 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 FabricDataAgentToolCallOutput.
public FabricDataAgentToolCallOutput(string callId, Azure.AI.AgentServer.Responses.Models.ToolCallStatus status, string id);
new Azure.AI.AgentServer.Responses.Models.FabricDataAgentToolCallOutput : string * Azure.AI.AgentServer.Responses.Models.ToolCallStatus * string -> Azure.AI.AgentServer.Responses.Models.FabricDataAgentToolCallOutput
Public Sub New (callId As String, status As ToolCallStatus, id As String)
Parameters
- callId
- String
The unique ID of the tool call generated by the model.
- status
- ToolCallStatus
The status of the tool call.
- id
- String
Exceptions
callId or id is null.