Share via


ChatCompletionsNamedToolChoiceFunction(String) Constructor

Definition

Initializes a new instance of ChatCompletionsNamedToolChoiceFunction.

public ChatCompletionsNamedToolChoiceFunction (string name);
new Azure.AI.Inference.ChatCompletionsNamedToolChoiceFunction : string -> Azure.AI.Inference.ChatCompletionsNamedToolChoiceFunction
Public Sub New (name As String)

Parameters

name
String

The name of the function that should be called.

Exceptions

name is null.

Applies to