AI Disabled Dashboard
This dashboard has AI features disabled for embedded users. To disable the AI chat in your Rill project, add the following to your rill.yaml:
features:
dashboardChat: '{{ not (.user.embed) }}'This uses a template expression to disable the dashboard chat feature when the user is viewing via an embed.
Loading...