and the AzureOpenAI returns the 400 - Bad Request error due to the presence of the unknown parameter stream_options in the request Error code: 400 - {'error': {'code': None, 'message': 'Unrecognized request argument supplied: stream_options', 'param': None, 'type': 'invalid_request_er...
Description: This PR openai[patch]: add stream_usage parameter #22854 added the ability to pass stream_options through to the openai service to get token usage information in the response. Currently OpenAI supports this parameter, but Azure OpenAI does not yet. For users who proxy their calls...