Share via


VoiceLiveModelFactory.VoiceLiveToolDefinition(String) Method

Definition

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.

Applies to