Enum Class MoonshotApi.ChatCompletionMessage.Role

java.lang.Object
java.lang.Enum<MoonshotApi.ChatCompletionMessage.Role>
org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
All Implemented Interfaces:
Serializable, Comparable<MoonshotApi.ChatCompletionMessage.Role>, Constable
Enclosing class:
MoonshotApi.ChatCompletionMessage

public static enum MoonshotApi.ChatCompletionMessage.Role extends Enum<MoonshotApi.ChatCompletionMessage.Role>
The role of the author of this message. NOTE: Moonshot expects the system message to be before the user message or will fail with 400 error.