Skip to content

Commit

Permalink
Backport PR #768: change unsupported_slash_commands default value fro…
Browse files Browse the repository at this point in the history
…m dict to set (#771)

Co-authored-by: michaelchia <[email protected]>
  • Loading branch information
meeseeksmachine and michaelchia authored May 3, 2024
1 parent 98b5fe3 commit 90649f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Config:
serve a custom provider and want to distinguish it in the chat UI.
"""

unsupported_slash_commands: ClassVar[set] = {}
unsupported_slash_commands: ClassVar[set] = set()
"""
A set of slash commands unsupported by this provider. Unsupported slash
commands are not shown in the help message, and cannot be used while this
Expand Down

0 comments on commit 90649f1

Please sign in to comment.