## Description Compilation of punted tasks to improve integration with OpenAI official SDKS for `azure-ai-agents` and `azure-ai-projects` - [ ] Remove manual URL mapping (depends on this https://github.com/openai/openai-java/issues/660) - [ ] Improve HttpResponse and HttpRequest body ingestion by avoiding reading the stream twice (https://github.com/openai/openai-java/issues/664) - [ ] Improve HttpRequest header mapping (https://github.com/openai/openai-java/issues/660) - [x] Requests that are meant to timeout do not interrupt the Test Proxy continuing the recording of a response (See related PR #47416) - [ ] Map all OpenAI's timeout values to Azure.Core provide HttpClient request via `Context`. Related issue: #47552