chainlit 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of chainlit might be problematic. Click here for more details.

chainlit/__init__.py CHANGED
@@ -354,7 +354,7 @@ def on_stop(func: Callable) -> Callable:
354
354
  return func
355
355
 
356
356
 
357
- def action(name: str) -> Callable:
357
+ def action_callback(name: str) -> Callable:
358
358
  """
359
359
  Callback to call when an action is clicked in the UI.
360
360