File tree Expand file tree Collapse file tree
packages/app/src/cli/models/extensions/specifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,25 +106,25 @@ const uiExtensionSpec = createExtensionSpecification({
106106 type : 'configKey' ,
107107 anchor : 'extension_points[]' ,
108108 groupBy : 'target' ,
109- key : 'extension_points[].tools ' ,
109+ key : 'extension_points[].assets ' ,
110110 } ,
111111 {
112112 type : 'configKey' ,
113113 anchor : 'extension_points[]' ,
114114 groupBy : 'target' ,
115- key : 'extension_points[].instructions ' ,
115+ key : 'extension_points[].tools ' ,
116116 } ,
117117 {
118118 type : 'configKey' ,
119119 anchor : 'extension_points[]' ,
120120 groupBy : 'target' ,
121- key : 'extension_points[].intents[].schema ' ,
121+ key : 'extension_points[].instructions ' ,
122122 } ,
123123 {
124124 type : 'configKey' ,
125125 anchor : 'extension_points[]' ,
126126 groupBy : 'target' ,
127- key : 'extension_points[].assets ' ,
127+ key : 'extension_points[].intents[].schema ' ,
128128 } ,
129129 ] ,
130130 } ,
You can’t perform that action at this time.
0 commit comments