SyncHttpClient(
self,
client: httpx.Client,
)| Name | Type |
|---|---|
| client | httpx.Client |
Handle synchronous requests to the LangGraph API.
Provides error messaging and content handling enhancements above the underlying httpx client, mirroring the interface of HttpClient but for sync usage.