Skip to content

Commit 574de36

Browse files
cpsievertCopilot
andauthored
Update shiny/ui/_chat_normalize.py
Co-authored-by: Copilot <[email protected]>
1 parent fc09522 commit 574de36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_chat_normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def register_custom_normalizer(
323323
... def can_normalize(self, message):
324324
... return isinstance(message, MyCustomMessage)
325325
...
326-
>>> register_custom_normalizer("my_provider", MyCustomNormalizer)
326+
>>> register_custom_normalizer("my_provider", MyCustomNormalizer())
327327
"""
328328
message_normalizer_registry.register(provider, normalizer, force)
329329

0 commit comments

Comments
 (0)