Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.ChatCompletionMessage
-
Packages that use ChatCompletionMessage Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel -
-
Uses of ChatCompletionMessage in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return ChatCompletionMessage Modifier and Type Method Description static ChatCompletionMessage
ChatCompletionMessage. make(GPTChatMessage message)
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return types with arguments of type ChatCompletionMessage Modifier and Type Method Description List<ChatCompletionMessage>
ChatCompletionRequest. getMessages()
Method parameters in com.composum.ai.backend.base.service.chat.impl.chatmodel with type arguments of type ChatCompletionMessage Modifier and Type Method Description void
ChatCompletionRequest. setMessages(List<ChatCompletionMessage> messages)
-