Partager via


RequiredChatToolMode.RequiredFunctionName Property

Definition

Gets the name of a specific AIFunction that must be called.

public:
 property System::String ^ RequiredFunctionName { System::String ^ get(); };
public string? RequiredFunctionName { get; }
member this.RequiredFunctionName : string
Public ReadOnly Property RequiredFunctionName As String

Property Value

Remarks

If the value is null, any available function may be selected (but at least one must be).

Applies to