FunctionTool 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 FunctionTool.
public FunctionTool(string name, System.Collections.Generic.IDictionary<string,BinaryData> parameters, bool? strict);
new Azure.AI.AgentServer.Responses.Models.FunctionTool : string * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<bool> -> Azure.AI.AgentServer.Responses.Models.FunctionTool
Public Sub New (name As String, parameters As IDictionary(Of String, BinaryData), strict As Nullable(Of Boolean))
Parameters
- name
- String
The name of the function to call.
- parameters
- IDictionary<String,BinaryData>
Exceptions
name is null.