Class MessageRole
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the message role.
public static class MessageRole
- Inheritance
-
MessageRole
- Inherited Members
Fields
Assistant
Represents the assistant role.
public const string Assistant = "assistant"
Field Value
User
Represents the user role.
public const string User = "user"