Share via


OpenAIFunctionToolCall.FullyQualifiedName Property

Definition

Gets the fully-qualified name of the function.

public string FullyQualifiedName { get; }
member this.FullyQualifiedName : string
Public ReadOnly Property FullyQualifiedName As String

Property Value

Remarks

This is the concatenation of the PluginName and the FunctionName, separated by NameSeparator. If there is no PluginName, this is the same as FunctionName.

Applies to