Package bg.codexio.ai.openai.api.http
-
Interface Summary Interface Description OpenAIHttpExecutor<I extends Streamable,O extends Mergeable<O>> Abstraction over HTTP execution to OpenAPI. -
Class Summary Class Description AuthenticationInterceptor OkHttpinterceptor type for OpenAI authenticationDefaultOpenAIHttpExecutor<I extends Streamable,O extends Mergeable<O>> Common implementation that should work out of the box when inherited with the correct input and output models.HttpExecutorContext Context object holding authentication and timeout configurationHttpTimeout Representation of an HTTP Timeout.HttpTimeouts Context object hinting the variety of timeoutsOpenAIHttpExecutor.ReactiveExecution<O> Data holder for the response ofOpenAIHttpExecutor.executeReactive(Streamable)