Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.ChatCompletionResponse.FinishReason
-
Packages that use ChatCompletionResponse.FinishReason Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel -
-
Uses of ChatCompletionResponse.FinishReason in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return ChatCompletionResponse.FinishReason Modifier and Type Method Description ChatCompletionResponse.FinishReason
ChatCompletionChoice. getFinishReason()
static ChatCompletionResponse.FinishReason
ChatCompletionResponse.FinishReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChatCompletionResponse.FinishReason[]
ChatCompletionResponse.FinishReason. 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 ChatCompletionResponse.FinishReason Modifier and Type Method Description void
ChatCompletionChoice. setFinishReason(ChatCompletionResponse.FinishReason finishReason)
static GPTFinishReason
ChatCompletionResponse.FinishReason. toGPTFinishReason(ChatCompletionResponse.FinishReason finishReason)
-