Commit bb79269 1 parent 4a41262 commit bb79269 Copy full SHA for bb79269
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,12 @@ core_default_tasks = "jupyter_ai:tasks"
44
44
45
45
[project .entry-points ."jupyter_ai .chat_handlers" ]
46
46
default = " jupyter_ai.chat_handlers.default:DefaultChatHandler"
47
+ learn = " jupyter_ai.chat_handlers.learn:LearnChatHandler"
47
48
ask = " jupyter_ai.chat_handlers.ask:AskChatHandler"
49
+ clear = " jupyter_ai.chat_handlers.clear:ClearChatHandler"
48
50
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"
50
53
help = " jupyter_ai.chat_handlers.help:HelpChatHandler"
51
54
52
55
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments