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)"