Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.ChatCompletionMessagePart.ImageDetail
-
Packages that use ChatCompletionMessagePart.ImageDetail Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel -
-
Uses of ChatCompletionMessagePart.ImageDetail in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return ChatCompletionMessagePart.ImageDetail Modifier and Type Method Description ChatCompletionMessagePart.ImageDetail
ChatCompletionMessagePart.ChatCompletionMessageUrlPart. getDetail()
static ChatCompletionMessagePart.ImageDetail
ChatCompletionMessagePart.ImageDetail. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChatCompletionMessagePart.ImageDetail[]
ChatCompletionMessagePart.ImageDetail. 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 ChatCompletionMessagePart.ImageDetail Modifier and Type Method Description void
ChatCompletionMessagePart.ChatCompletionMessageUrlPart. setDetail(ChatCompletionMessagePart.ImageDetail detail)
-