diff --git a/packages/jupyter-ai/jupyter_ai/chat_handlers/default.py b/packages/jupyter-ai/jupyter_ai/chat_handlers/default.py index 82b609a11..852220be1 100644 --- a/packages/jupyter-ai/jupyter_ai/chat_handlers/default.py +++ b/packages/jupyter-ai/jupyter_ai/chat_handlers/default.py @@ -3,9 +3,9 @@ from jupyter_ai.models import HumanChatMessage from jupyter_ai_magics.providers import BaseProvider +from langchain_core.output_parsers import StrOutputParser from langchain_core.runnables import ConfigurableFieldSpec from langchain_core.runnables.history import RunnableWithMessageHistory -from langchain_core.output_parsers import StrOutputParser from ..context_providers import ContextProviderException, find_commands from .base import BaseChatHandler, SlashCommandRoutingType