.NET API 2.9.1 injects "computer_user_preview" instead of "computer", incompatible with 5.4 when adding CUA tool

Hello,

The code

       Dim getTool = ResponseTool.CreateComputerTool(ComputerToolEnvironment.Browser, 1280, 720)
       options.Tools.Add(getTool)

injects the old json value “computer_user_preview” value instead of “computer”, raising the error:

System.ClientModel.ClientResultException: 'HTTP 400 (invalid_request_error: )
Parameter: tools

Tool ‘computer_use_preview’ is not supported with gpt-5.4.’

Am I right?

Thank You