Enum Role
- Namespace
- nanoFramework.WebServer.Mcp
- Assembly
- nanoFramework.WebServer.Mcp.dll
Represents the type of role in the Model Context Protocol conversation.
public enum Role
Fields
Assistant = 1Corresponds to the AI assistant in the conversation.
User = 0Corresponds to a human user in the conversation.