dashboards available

This commit is contained in:
dal 2025-04-04 11:00:09 -06:00
parent c351866c9f
commit 4b87ad8224
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ impl ToolExecutor for CreateDashboardFilesTool {
async fn is_enabled(&self) -> bool { async fn is_enabled(&self) -> bool {
matches!(( matches!((
self.agent.get_state_value("metrics_available").await, self.agent.get_state_value("dashboards_available").await,
self.agent.get_state_value("plan_available").await, self.agent.get_state_value("plan_available").await,
), (Some(_), Some(_))) ), (Some(_), Some(_)))
} }