@digipair/skill-factory 0.87.7 → 0.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema.fr.json +13 -0
- package/schema.json +13 -0
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -151,6 +151,15 @@
|
|
|
151
151
|
"$ref": "#/components/schemas/Parameter"
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "context",
|
|
157
|
+
"summary": "Contexte",
|
|
158
|
+
"required": false,
|
|
159
|
+
"description": "Afficher le contexte d'exécution",
|
|
160
|
+
"schema": {
|
|
161
|
+
"type": "boolean"
|
|
162
|
+
}
|
|
154
163
|
}
|
|
155
164
|
],
|
|
156
165
|
"parameters": [
|
|
@@ -233,6 +242,10 @@
|
|
|
233
242
|
"summary": "Requis",
|
|
234
243
|
"type": "boolean"
|
|
235
244
|
},
|
|
245
|
+
"ignoreForAI": {
|
|
246
|
+
"summary": "Ignorer pour l'IA",
|
|
247
|
+
"type": "boolean"
|
|
248
|
+
},
|
|
236
249
|
"schema": {
|
|
237
250
|
"summary": "Schema",
|
|
238
251
|
"type": "object"
|
package/schema.json
CHANGED
|
@@ -133,6 +133,10 @@
|
|
|
133
133
|
"summary": "Required",
|
|
134
134
|
"type": "boolean"
|
|
135
135
|
},
|
|
136
|
+
"ignoreForAI": {
|
|
137
|
+
"summary": "Ignore for AI",
|
|
138
|
+
"type": "boolean"
|
|
139
|
+
},
|
|
136
140
|
"schema": {
|
|
137
141
|
"summary": "Schema",
|
|
138
142
|
"type": "object"
|
|
@@ -183,6 +187,15 @@
|
|
|
183
187
|
"$ref": "#/components/schemas/Parameter"
|
|
184
188
|
}
|
|
185
189
|
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "context",
|
|
193
|
+
"summary": "Contexte",
|
|
194
|
+
"required": false,
|
|
195
|
+
"description": "Display execution context",
|
|
196
|
+
"schema": {
|
|
197
|
+
"type": "boolean"
|
|
198
|
+
}
|
|
186
199
|
}
|
|
187
200
|
],
|
|
188
201
|
"parameters": [
|