[Enhancement] Conditional Parameters #7494
nhtruong
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using Claude, the user can toggle
Thinking
on and off. However, there are 2 issues:Temperature
to any value (even though it should be locked at 1.0) whenThinking
is turned on.Thinking Budget
whenThinking
is turned off.We need the ability to visually display the parameter constraints to avoid confusion for the user. Instead of hard-coding this logic for Claude's
Thinking
parameter specifically, we can turn this into a feature called conditional parameters. I'm thinking of putting the info into the parameter definitions like so forthinking
:This info is then sent to the frontend to setup event listeners to adjust the states of these parameters accordingly.
Beta Was this translation helpful? Give feedback.
All reactions