Is your feature request related to a problem?
The OpenAI configuration currently ignores the user's specified effort level (medium, high, or xhigh) and treats it as none. This leads to incorrect parameter handling and affects user expectations.
Describe the solution you'd like
- Adjust the backend to properly accept and handle the user-defined effort levels.
- Ensure the correct parameters are sent to OpenAI based on the selected effort.
Original issue
currently openai configuration when user explicitly set effort as medium, high or xhigh . the backend is treating it as none only. so make the adjustment in backend to accept the effort and correctly send the params to the openai
Is your feature request related to a problem?
The OpenAI configuration currently ignores the user's specified effort level (medium, high, or xhigh) and treats it as none. This leads to incorrect parameter handling and affects user expectations.
Describe the solution you'd like
Original issue
currently openai configuration when user explicitly set effort as medium, high or xhigh . the backend is treating it as none only. so make the adjustment in backend to accept the effort and correctly send the params to the openai