**Describe the task** Based on the open ai doc, [max_tokens](https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_tokens) is deprecated. We can use [max_completion_tokens](https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokens) in the payload for openai models in openai provider and databricks provider [More context](https://github.com/block/goose/pull/5311#discussion_r2453331655)