Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.ChatCompletionChoice
- 
Packages that use ChatCompletionChoice Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel  - 
- 
Uses of ChatCompletionChoice in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return types with arguments of type ChatCompletionChoice Modifier and Type Method Description List<ChatCompletionChoice>ChatCompletionResponse. getChoices()Method parameters in com.composum.ai.backend.base.service.chat.impl.chatmodel with type arguments of type ChatCompletionChoice Modifier and Type Method Description voidChatCompletionResponse. setChoices(List<ChatCompletionChoice> choices) 
 -