You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[playground][ENHANCEMENT][ui] users should be notified upfront about missing model parameters that are required so they don't get confused by errors
#5431
RogerHYang
changed the title
[playground][ENHANCEMENT] users should be notified upfront about missing fields that are required so they don't get confused by errors
[playground][ENHANCEMENT] users should be notified upfront about missing model parameters that are required so they don't get confused by errors
Nov 19, 2024
RogerHYang
changed the title
[playground][ENHANCEMENT] users should be notified upfront about missing model parameters that are required so they don't get confused by errors
[playground][ENHANCEMENT][ui] users should be notified upfront about missing model parameters that are required so they don't get confused by errors
Nov 19, 2024
This requires us to fetch invocation parameter definitions at the top level of each instance, such the the definitions are available for the rest of the playground instance components to use.
Of note:
We would like to warn when all required invocation parameter definitions are not provided in the instance config form
Unsupported invocation parameters should be stripped before sending to gql client
extra credit tool defs and tool messages should be dropped when moving from a provider that supports tools to one that does not
As users switch between providers, some model parameters may be left blank unwittingly.
Some examples:
Azure OpenAI
Anthropic
The text was updated successfully, but these errors were encountered: