Partager via


GeminiFunction.NameSeparator Property

Definition

Gets the separator used between the plugin name and the function name, if a plugin name is present.

public static string NameSeparator { get; set; }
static member NameSeparator : string with get, set
Public Shared Property NameSeparator As String

Property Value

Remarks

Default is _
It can't be -, because Gemini truncates the plugin name if a dash is used

Applies to