Class InputTokenServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.responses.InputTokenServiceAsync.WithRawResponse
public final class InputTokenServiceAsyncImpl.WithRawResponseImpl implements InputTokenServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InputTokenServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<InputTokenCountResponse>>count(InputTokenCountParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InputTokenServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
count
CompletableFuture<HttpResponseFor<InputTokenCountResponse>> count(InputTokenCountParams params, RequestOptions requestOptions)
-
-
-
-