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