enum OpenAI::ChatMessageRole # The role of the author of a message, used to track context during a conversation with an LLM Members# System = 0# User = 1# Assistant = 2# Tool = 3# Function = 4# Methods# #assistant?# View source #function?# View source #system?# View source #tool?# View source #user?# View source