Skip to content

Commit 8980fa8

Browse files
committed
Move assets to top of inclusions
1 parent df78ef1 commit 8980fa8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/app/src/cli/models/extensions/specifications/ui_extension.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)