We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeccba8 commit e5a808fCopy full SHA for e5a808f
packages/jupyter-ai/jupyter_ai/chat_handlers/default.py
@@ -3,8 +3,8 @@
3
4
from jupyter_ai_magics.providers import BaseProvider
5
from jupyterlab_chat.models import Message
6
-from langchain_core.runnables.history import RunnableWithMessageHistory
7
from langchain_core.output_parsers import StrOutputParser
+from langchain_core.runnables.history import RunnableWithMessageHistory
8
9
from ..context_providers import ContextProviderException, find_commands
10
from .base import BaseChatHandler, SlashCommandRoutingType
0 commit comments