tools.tool_reset_dashboard
tool_reset_dashboard(current_query, current_title)Create a tool that resets the dashboard to show all data.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| 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 |