From f5cb4fdce0b8a9756b0d5de54222f804416c8682 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:57:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/developers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/index.md b/docs/source/developers/index.md index 3d4dcff4e..5a9ece918 100644 --- a/docs/source/developers/index.md +++ b/docs/source/developers/index.md @@ -34,7 +34,7 @@ class CustomChatHandler(BaseChatHandler): # Put your custom logic here ``` -Jupyter AI uses entry points to support custom slash commands. +Jupyter AI uses entry points to support custom slash commands. In the `pyproject.toml` file, add your custom handler to the `[project.entry-points."jupyter_ai.chat_handlers"]` section: