OpenApiFunctionDefinitionFunction 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 OpenApiFunctionDefinitionFunction.
public OpenApiFunctionDefinitionFunction(string name, System.Collections.Generic.IDictionary<string,BinaryData> parameters);
new Azure.AI.AgentServer.Responses.Models.OpenApiFunctionDefinitionFunction : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Responses.Models.OpenApiFunctionDefinitionFunction
Public Sub New (name As String, parameters As IDictionary(Of String, BinaryData))
Parameters
- name
- String
The name of the function to be called.
- parameters
- IDictionary<String,BinaryData>
The parameters the functions accepts, described as a JSON Schema object.
Exceptions
name or parameters is null.