tools.tool_update_dashboard
tool_update_dashboard(data_source, current_query, current_title)Create a tool that modifies the data presented in the dashboard based on the SQL query.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| data_source | DataSource | The data source to query against | required |
| current_query | ReactiveStringOrNone |
Reactive value for storing the current SQL query | required |
| current_title | ReactiveStringOrNone |
Reactive value for storing the current title | required |
Returns
| Name | Type | Description |
|---|---|---|
Tool |
A tool that can be registered with chatlas |