Skip to content

Commit

Permalink
Update packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Browse files Browse the repository at this point in the history
Co-authored-by: Piyush Jain <[email protected]>
  • Loading branch information
JasonWeill and 3coins authored Nov 8, 2023
1 parent 8f0641c commit d212ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d212ac2

Please sign in to comment.