Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and andrii-i committed Dec 19, 2023
1 parent 439b21f commit de0b104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ def reply(
agent_msg = AgentChatMessage(
id=uuid4().hex,
time=time.time(),
body=response, # append info about error to the string
body=response, # append info about error to the string
reply_to=human_msg.id if human_msg else "",
#error_type=APIAuthenticationError
# error_type=APIAuthenticationError
)

for handler in self._root_chat_handlers.values():
Expand Down

0 comments on commit de0b104

Please sign in to comment.