Share via


OpenAIFunction.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

This separator was previously _, but has been changed to - to better align to the behavior elsewhere in SK and in response to developers who want to use underscores in their function or plugin names. We plan to make this setting configurable in the future.

Applies to