Class MessageServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.chat.completions.MessageServiceAsync
public final class MessageServiceAsyncImpl implements MessageServiceAsync
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<ChatCompletionMessageListPageAsync>
list(ChatCompletionMessageListParams params, RequestOptions requestOptions)
Get the messages in a stored chat completion. -
-
Method Detail
-
list
CompletableFuture<ChatCompletionMessageListPageAsync> 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.
-
-
-
-