Skip to content

Commit bb79269

Browse files
committed
provide entry points to 2.x chat handlers
1 parent 4a41262 commit bb79269

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/jupyter-ai/pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ core_default_tasks = "jupyter_ai:tasks"
4444

4545
[project.entry-points."jupyter_ai.chat_handlers"]
4646
default = "jupyter_ai.chat_handlers.default:DefaultChatHandler"
47+
learn = "jupyter_ai.chat_handlers.learn:LearnChatHandler"
4748
ask = "jupyter_ai.chat_handlers.ask:AskChatHandler"
49+
clear = "jupyter_ai.chat_handlers.clear:ClearChatHandler"
4850
generate = "jupyter_ai.chat_handlers.generate:GenerateChatHandler"
49-
learn = "jupyter_ai.chat_handlers.learn:LearnChatHandler"
51+
export = "jupyter_ai.chat_handlers.export:ExportChatHandler"
52+
fix = "jupyter_ai.chat_handlers.fix:FixChatHandler"
5053
help = "jupyter_ai.chat_handlers.help:HelpChatHandler"
5154

5255
[project.optional-dependencies]

0 commit comments

Comments
 (0)