VoiceLiveModelFactory.VoiceLiveToolDefinition(String) 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 base representation of a voicelive tool definition. Please note this is the abstract base class. The derived classes available for instantiation are: VoiceLiveFunctionDefinition.
public static Azure.AI.VoiceLive.VoiceLiveToolDefinition VoiceLiveToolDefinition(string type = default);
static member VoiceLiveToolDefinition : string -> Azure.AI.VoiceLive.VoiceLiveToolDefinition
Public Shared Function VoiceLiveToolDefinition (Optional type As String = Nothing) As VoiceLiveToolDefinition
Parameters
- type
- String
Returns
A new VoiceLiveToolDefinition instance for mocking.