feat(map): add reference layers and stabilize workspace controls
This commit is contained in:
@@ -688,6 +688,13 @@ const tools = [
|
||||
},
|
||||
},
|
||||
subjectStates: { type: "array", maxItems: 64, items: mapSubjectStateInputSchema },
|
||||
inspectorOpenSections: {
|
||||
type: "array",
|
||||
maxItems: 1,
|
||||
uniqueItems: true,
|
||||
description: "Exact expanded Map Inspector section ids. Empty means every section is collapsed.",
|
||||
items: { type: "string", minLength: 1, maxLength: 256 },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user