Azure OpenAI Ask GPT unsupported_parameter

With deployments like GPT-5 and other reasoing Models the Azure OpenAI AskGPT Piece is not working. With GPT-4o for example it is working because the new GPTs need the parameter max_completion_tokens instead of max_tokens

Here is the output when i try to reach a GPT-5 Deployment:
“{\n "message": "Unsupported parameter: ‘max_tokens’ is not supported with this model. Use ‘max_completion_tokens’ instead.",\n "type": "invalid_request_error",\n "param": "max_tokens",\n "code": "unsupported_parameter"\n}”