You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(a) is possible despite the send button being greyed out
(b) results in an error on the server side:
Taskexceptionwasneverretrievedfuture: <Taskfinishedname='Task-21794'coro=<RootChatHandler._route() done, definedatjupyter-ai/packages/jupyter-ai/jupyter_ai/handlers.py:220>exception=IndexError('list index out of range')>Traceback (mostrecentcalllast):
File"jupyter-ai/packages/jupyter-ai/jupyter_ai/handlers.py", line224, in_routemaybe_command=message.body.split(None, 1)[0]
IndexError: listindexoutofrange
Reproduce
Go to chat and press Enter
Expected behavior
It is not possible to send empty message
There is not server-side error
Context
JupyterLab version: 4.2.0
Extension 4.16.0
The text was updated successfully, but these errors were encountered:
Description
Sending empty message:
Reproduce
Go to chat and press
Enter
Expected behavior
Context
The text was updated successfully, but these errors were encountered: