Description
Description
When creating a chat file from the JupyterLab launcher, the file is created in the server's root dir rather than the cwd of the file browser. This is a break in the behavior of other files (text file, notebooks) created from the launcher.
Reproduce
- Navigate to a subdirectory in the JupyterLab file browser.
- Click the '+' button at the top of the file browser.
- Create a new chat file in the launcher.
- File will not appear in subdir, but in the root dir of the sever.
Expected behavior
Chat files created in the launcher should be created in the cwd of the file browser.