Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.ChatCompletionRequest.Role
- 
Packages that use ChatCompletionRequest.Role Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel  - 
- 
Uses of ChatCompletionRequest.Role in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return ChatCompletionRequest.Role Modifier and Type Method Description ChatCompletionRequest.RoleChatCompletionChoiceMessage. getRole()ChatCompletionRequest.RoleChatCompletionMessage. getRole()static ChatCompletionRequest.RoleChatCompletionRequest.Role. make(GPTMessageRole role)static ChatCompletionRequest.RoleChatCompletionRequest.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatCompletionRequest.Role[]ChatCompletionRequest.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel with parameters of type ChatCompletionRequest.Role Modifier and Type Method Description voidChatCompletionChoiceMessage. setRole(ChatCompletionRequest.Role role)voidChatCompletionMessage. setRole(ChatCompletionRequest.Role role) 
 -