Skip to content

Commit

Permalink
Report plugin errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov committed Jan 25, 2024
1 parent b3d8742 commit 6f46450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidial_assistant/commands/plugin_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def on_state(self, request: str, response: str):

@override
def on_error(self, title: str, error: str):
pass
self.callback(f"# {title}\n{error}\n")

@property
def result(self) -> str:
Expand Down

0 comments on commit 6f46450

Please sign in to comment.