I am seeing some bugginess in testing:

  Parameter: reasoning_effort
  
  Function tools with reasoning_effort are not supported for gpt-5.6-sol in /v1/chat/completions. 
  To use function tools, use /v1/responses or set reasoning_effort to 'none'.'
Official OAI .NET library. Even when I override the currently experimental [?] flag to 'none', it will still occasionally throw this error (about 5% of the time).

I hope we aren't trying to push customers off the chat completion endpoint... Responses endpoint looks great on paper, but the business wants more visibility and control over the reasoning process than this product currently offers.

Edit: This is broken in my VS copilot setup too.