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 ChatCompletionMessageListPagelist(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
storeparameter set totruewill be returned.
-
-
-
-