VoiceLiveModelFactory.VoiceLiveFunctionDefinition Method
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.
The definition of a function tool as used by the voicelive endpoint.
public static Azure.AI.VoiceLive.VoiceLiveFunctionDefinition VoiceLiveFunctionDefinition(string name = default, string description = default, BinaryData parameters = default);
static member VoiceLiveFunctionDefinition : string * string * BinaryData -> Azure.AI.VoiceLive.VoiceLiveFunctionDefinition
Public Shared Function VoiceLiveFunctionDefinition (Optional name As String = Nothing, Optional description As String = Nothing, Optional parameters As BinaryData = Nothing) As VoiceLiveFunctionDefinition
Parameters
- name
- String
- description
- String
- parameters
- BinaryData
Returns
A new VoiceLiveFunctionDefinition instance for mocking.