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