Package ai.freeplay.client.model
Class ChatCompletionResponse
- java.lang.Object
-
- ai.freeplay.client.model.ChatCompletionResponse
-
public class ChatCompletionResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChatCompletionResponse(java.util.List<IndexedChatMessage> choices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContent()java.util.Optional<IndexedChatMessage>getFirstChoice()booleanisComplete()
-
-
-
Constructor Detail
-
ChatCompletionResponse
public ChatCompletionResponse(java.util.List<IndexedChatMessage> choices)
-
-
Method Detail
-
getFirstChoice
public java.util.Optional<IndexedChatMessage> getFirstChoice()
-
getContent
public java.lang.String getContent()
-
isComplete
public boolean isComplete()
-
-