Class MessageServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.chat.completions.MessageServiceAsync.WithRawResponse
public final class MessageServiceAsyncImpl.WithRawResponseImpl implements MessageServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<ChatCompletionMessageListPageAsync>>
list(ChatCompletionMessageListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /chat/completions/{completion_id}/messages
, but is otherwise the same as MessageServiceAsync.list.-
-
Method Detail
-
list
CompletableFuture<HttpResponseFor<ChatCompletionMessageListPageAsync>> list(ChatCompletionMessageListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /chat/completions/{completion_id}/messages
, but is otherwise the same as MessageServiceAsync.list.
-
-
-
-