Package org.springframework.ai.openai.http.okhttp


@NullMarked package org.springframework.ai.openai.http.okhttp
Spring AI's customized OkHttp-backed implementation of the OpenAi Java SDK's HttpClient contract. Exists to wire Micrometer HTTP-layer observability (span + metric + traceparent propagation) onto the underlying OkHttp client, which the SDK's stock OpenAiOkHttpClient.Builder does not expose a seam for. See the SDK's Custom HTTP client guide for the integration pattern.
Since:
2.0.0
See Also: