Class MessageServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.chat.completions.MessageService
public final class MessageServiceImpl implements MessageService
-
-
Method Summary
Modifier and Type Method Description ChatCompletionMessageListPage
list(ChatCompletionMessageListParams params, RequestOptions requestOptions)
Get the messages in a stored chat completion. -
-
Method Detail
-
list
ChatCompletionMessageListPage list(ChatCompletionMessageListParams params, RequestOptions requestOptions)
Get the messages in a stored chat completion. Only chat completions that have been created with the
store
parameter set totrue
will be returned.
-
-
-
-