From 01195380409a562e09f2bdc4a4d9f675263b0622 Mon Sep 17 00:00:00 2001 From: dal Date: Fri, 4 Apr 2025 10:34:18 -0600 Subject: [PATCH] modify the dashboard ymnl --- api/libs/agents/src/tools/categories/file_tools/common.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/libs/agents/src/tools/categories/file_tools/common.rs b/api/libs/agents/src/tools/categories/file_tools/common.rs index 6825cea24..da4989ef2 100644 --- a/api/libs/agents/src/tools/categories/file_tools/common.rs +++ b/api/libs/agents/src/tools/categories/file_tools/common.rs @@ -501,9 +501,7 @@ pub const DASHBOARD_YML_SCHEMA: &str = r##" # - id: 2 # items: # - id: "metric-uuid-2" -# width: 6 # - id: "metric-uuid-3" -# width: 6 # column_sizes: [6, 6] # Required - must sum to exactly 12 # # Rules: @@ -532,7 +530,7 @@ properties: properties: id: type: integer - description: "Required row ID (integer)" + description: "This is just an integer representing the row number 1 -> n" items: type: array description: "Array of metrics to display in this row (max 4 items)"