remix-project icon indicating copy to clipboard operation
remix-project copied to clipboard

Basic input

Open STetsing opened this issue 9 months ago • 1 comments

Basic AI input field for asking questions

  • A Textfield for user inputs
  • A Button for submitting requests to the AI server
    • The button should look like an arrow
    • the text field should support the enter key for validating the input
    • Once the user hits enter, the input text field is cleared, the user text is printer in the basic output
    • while the AI is processing the previous entered text, the cursor is normally blinking and the text field accept new user inputs

the text written in the text field will be passed to the AI for a well specified task. Keywords might apply

STetsing avatar May 29 '24 12:05 STetsing