Enum Role
Represents the role of the prompt message.
Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public enum Role
Fields
| Name | Description |
|---|---|
| Assistant | Assistant role. |
| System | System role. |
| User | User role. |