Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multi line input #45

Open
1 task done
ashish-spext opened this issue Oct 30, 2024 · 3 comments
Open
1 task done

Support for multi line input #45

ashish-spext opened this issue Oct 30, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request frontend good first issue Good for newcomers

Comments

@ashish-spext
Copy link
Contributor

Confirm this is a new feature request

  • I've checked the current issues, and there's no record of this feature request

Describe the feature

Currently input prompt query can only be a single line.

  1. Pressing Shift + Enter executes the given input instead of adding a new line.
  2. When multi line prompt input is pasted, new lines are replaced with a single space.

Expected UX:

  1. Pressing Shift + enter should add a new line expanding the input box vertically till certain max height.
  2. Multi line paste should work.

Benefits:

  1. Improved readability for longer prompts
  2. It will be required for potential future agents which needs to take code etc. as input

Additional Context

No response

@ashish-spext ashish-spext added enhancement New feature or request frontend good first issue Good for newcomers labels Oct 30, 2024
@tanishq3105
Copy link

Hey, how are we supposed to make changes in the frontend , when no frontend code is exposed. Every component is inside npm library.

@ashish-spext
Copy link
Contributor Author

ashish-spext commented Nov 22, 2024

Hey @tanishq3105 👋

The frontend is open-sourced as well, you can find it here.

I have just now raised the issue there as well video-db/videodb-chat#21.

@codeAshu
Copy link
Member

@0xrohitgarg Prioritize this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants