Uses of Enum Class
org.springframework.ai.deepseek.api.DeepSeekApi.ChatCompletionMessage.Role
Packages that use DeepSeekApi.ChatCompletionMessage.Role
-
Uses of DeepSeekApi.ChatCompletionMessage.Role in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return DeepSeekApi.ChatCompletionMessage.RoleModifier and TypeMethodDescriptionDeepSeekApi.ChatCompletionMessage.role()Returns the value of therolerecord component.Returns the enum constant of this class with the specified name.DeepSeekApi.ChatCompletionMessage.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.ChatCompletionMessage.RoleModifierConstructorDescriptionChatCompletionMessage(Object content, DeepSeekApi.ChatCompletionMessage.Role role) Create a chat completion message with the given content and role.ChatCompletionMessage(Object content, DeepSeekApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<DeepSeekApi.ChatCompletionMessage.ToolCall> toolCalls) Create a chat completion message with the given content and role.ChatCompletionMessage(Object rawContent, DeepSeekApi.ChatCompletionMessage.Role role, String name, String toolCallId, List<DeepSeekApi.ChatCompletionMessage.ToolCall> toolCalls, Boolean prefix, String reasoningContent) Creates an instance of aChatCompletionMessagerecord class.