ToolApproval(String, Boolean) 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 ToolApproval.
public ToolApproval(string toolCallId, bool approve);
new Azure.AI.Agents.Persistent.ToolApproval : string * bool -> Azure.AI.Agents.Persistent.ToolApproval
Public Sub New (toolCallId As String, approve As Boolean)
Parameters
- toolCallId
- String
The ID of the tool call being resolved, as provided in the tool calls of a required action from a run.
- approve
- Boolean
The approval boolean value to be submitted.
Exceptions
toolCallId is null.