Actions are a way to send clickable buttons to the user interface. Each action is attached to a Message and can be used to trigger a python function when the user clicks on it.
Actions are sent to the UI through messages:
To handle the user’s click on the action button, you need to define a callback function with the @cl.action_callback
decorator:
Learn how more about Actions.
Actions are a way to send clickable buttons to the user interface. Each action is attached to a Message and can be used to trigger a python function when the user clicks on it.
Actions are sent to the UI through messages:
To handle the user’s click on the action button, you need to define a callback function with the @cl.action_callback
decorator:
Learn how more about Actions.