-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Adding /file
command
#118
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
base: main
Are you sure you want to change the base?
Conversation
Related to #103 |
Thanks @nakul-py for working on this! Wondering if we will also be available to leverage the change that was recently merged in |
Thanks @nakul-py. First, I really like the UI of the file selector, maybe something similar could be ported upstream in Jupyterlab, instead of the current file selector. About the current PR, I'm not sure about the user experience of it, since you have to “send” the message once to display the file dialog, and then send it again after selecting the file. jupyter-chat already provides an Do you think that we should/could take advantage of the existing UI/UX of |
Yes @brichet we can do same for Jupyterlab.
I think we can use the |
Add a new
/file
slash command that opens a file browser slider to select and inject file paths into the chat input.file.Command.mp4