## Changes - [`query_batch_mode()`](https://github.com/cdcai/agents/blob/9bcf896308cfb4e9730e61f20b6de77923378751/agents/providers/openai.py#L448-L469) uses "/chat/completions" - [`create_batch_task()`](https://github.com/cdcai/agents/blob/9bcf896308cfb4e9730e61f20b6de77923378751/agents/providers/openai.py#L526-L563) uses "/v1/chat/completions"
Changes
query_batch_mode()uses "/chat/completions"create_batch_task()uses "/v1/chat/completions"