OpenAIFunctionToolCall.FullyQualifiedName Property
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.
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.