<img width="503" height="104" alt="Image" src="https://github.com/user-attachments/assets/ccf2dbe8-f465-4bb5-a879-25ebd2a25969" /> Instead of input logs, implement a notification toast system? Example: ``` await client.tui .showToast({ body: { title: toastContent.title, message: toastContent.message, variant: "warning", }, }) ```
Instead of input logs, implement a notification toast system?
Example: