Playground UI bug: function "submit" button blocks the function return text field

Issue: While you are typing a function return to test the model, the typing goes right under the submit button.

To tell what was typed, one must lose focus of the input box.

Did I make a typo here, when I’m trying to manually return a value to the AI in the Prompts Playground (chat completions)? Can’t tell.

1 Like

Hi - I am unable to reproduce the issue in our test environment. Could you please describe the steps to reproduce (including the exact URL) and could you please indicate the browser and browser versions? Once I am able to reproduce the issue, I can file a defect with our Engineering team. Thank you.

1 Like

Developer customer API account, and prompts playground with a function.

Here is a preset with functions:

https://platform.openai.com/playground/prompts?preset=preset-8inCYbuAVpAXIu8trnEktGY0

Ask a question requiring a function call such as:

" Generate a random integer 1-100 "

Wait a terribly long time as the function builds a temporary context-free grammar.

Then you’ll receive the AI wanting to use a developer function:

Then you simulate text being returned by typing into the response text field. While typing there is a submit button, and your text cannot be seen after growing long enough:

The original report was seen in the Firefox browser, and in these pictures I replicated it on Chrome, indicating the issue’s breadth. It happens at every browser width where the text would be long enough to reach and go under the button.

Thank you. I have tested and can see the reported issue. Please note, that the test does overflow as you keep typing, however, I understand a a UI improvement could be implemented. I will escalate this feedback to the respective team.