diff --git a/packages/jupyter-ai/jupyter_ai/chat_handlers/tools.py b/packages/jupyter-ai/jupyter_ai/chat_handlers/tools.py index c6ee64490..e781207e8 100644 --- a/packages/jupyter-ai/jupyter_ai/chat_handlers/tools.py +++ b/packages/jupyter-ai/jupyter_ai/chat_handlers/tools.py @@ -69,9 +69,7 @@ def __init__(self, *args, **kwargs): ) self.parser.add_argument("query", nargs=argparse.REMAINDER) self.tools_file_path = None - # os.path.join( - # Path.home(), ".jupyter/jupyter-ai/tools", "mytools.py" - # ) # Maybe pass as parameter? + # https://python.langchain.com/v0.2/docs/integrations/platforms/ def setChatProvider(self, provider): # For selecting the model to bind tools with