Agent Builder: "Run Code" area is confusing #5788
kangabell
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I was going to report the tooltip here (that appears when you hover on the question-mark icon) as inaccessible to keyboards and screen readers (which it is), but digging around some more I realized this whole area around the code interpreter is a bit confusing. Maybe it's trying to do too many things at once in a very small area:
Suggestion:
keyboard-accessible as well as visually identifiable as a button.
Mockup of the default state with the above changes, and a little bit of decluttering.
Related: The bold text that says "Capabilities" appears to be a heading, but on inspection it's actually a
<label>
with no apparent input associated with it, and nofor
attribute. It has the same visual style as the text below it that says "Code Interpreter API" so I'm not sure if it's supposed to be a heading that is higher up in the hierarchy, or if it is truly a<label>
and the input is missing, or what.Beta Was this translation helpful? Give feedback.
All reactions