AuthorRole(String) Constructor
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.
Creates a new AuthorRole instance with the provided label.
[System.Text.Json.Serialization.JsonConstructor]
public AuthorRole (string label);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.SemanticKernel.ChatCompletion.AuthorRole : string -> Microsoft.SemanticKernel.ChatCompletion.AuthorRole
Public Sub New (label As String)
Parameters
- label
- String
The label to associate with this AuthorRole.
- Attributes