From d212ac2d8573b983942988835b5de28aac7598b5 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:50:53 -0800 Subject: [PATCH] Update packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py Co-authored-by: Piyush Jain --- packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py b/packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py index 5fef20d33..40cae643b 100644 --- a/packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py +++ b/packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py @@ -240,7 +240,7 @@ async def relearn(self, metadata: IndexMetadata): ) message = f"""🎉 I am done learning about documents in these directories: {dir_list} I am ready to answer questions about them. - You can ask me about these documents by prefixing your message with **/ask**.""" + You can ask me about these documents by starting your message with **/ask**.""" self.reply(message) def create(