Skip to content

OpenAI: Fix effort level handling #1002

Description

@vprashrex

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions