@digipair/skill-factory 0.97.0 → 0.97.1
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/index.esm.js +5 -5
- package/package.json +1 -1
- package/schema.fr.json +332 -343
- package/schema.json +339 -350
package/schema.fr.json
CHANGED
|
@@ -62,11 +62,106 @@
|
|
|
62
62
|
"schema": {
|
|
63
63
|
"$ref": "#/components/schemas/ReasoningResult"
|
|
64
64
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"/execute": {
|
|
72
|
+
"post": {
|
|
73
|
+
"tags": [
|
|
74
|
+
"service"
|
|
75
|
+
],
|
|
76
|
+
"summary": "Execute avec un contexte",
|
|
77
|
+
"description": "Execute des Pin's avec un contexte donné",
|
|
78
|
+
"parameters": [
|
|
79
|
+
{
|
|
80
|
+
"name": "execute",
|
|
81
|
+
"required": true,
|
|
82
|
+
"summary": "Actions à exécuter",
|
|
83
|
+
"description": "Actions à exécuter",
|
|
84
|
+
"schema": {
|
|
85
|
+
"type": "array",
|
|
86
|
+
"items": {
|
|
87
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "context",
|
|
93
|
+
"required": false,
|
|
94
|
+
"summary": "Contexte",
|
|
95
|
+
"description": "Contexte d'exécution",
|
|
96
|
+
"schema": {
|
|
97
|
+
"type": "object"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"x-events": [],
|
|
102
|
+
"responses": {
|
|
103
|
+
"200": {
|
|
104
|
+
"description": "Exécution des Pin's terminée avec succès",
|
|
105
|
+
"content": {
|
|
106
|
+
"application/json": {
|
|
107
|
+
"schema": {
|
|
108
|
+
"$ref": "#/components/schemas/ExecutionResult"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"/keepAlive": {
|
|
117
|
+
"post": {
|
|
118
|
+
"tags": [
|
|
119
|
+
"service"
|
|
120
|
+
],
|
|
121
|
+
"summary": "Keep-alive",
|
|
122
|
+
"description": "Garder en vie le raisonnement",
|
|
123
|
+
"parameters": [],
|
|
124
|
+
"x-events": [],
|
|
125
|
+
"responses": {
|
|
126
|
+
"200": {
|
|
127
|
+
"description": "Signal keep-alive envoyé avec succès",
|
|
128
|
+
"content": {
|
|
129
|
+
"application/json": {
|
|
130
|
+
"schema": {
|
|
131
|
+
"$ref": "#/components/schemas/KeepAliveResult"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"/stop": {
|
|
140
|
+
"post": {
|
|
141
|
+
"tags": [
|
|
142
|
+
"service"
|
|
143
|
+
],
|
|
144
|
+
"summary": "Stop",
|
|
145
|
+
"description": "Stop le raisonnement",
|
|
146
|
+
"parameters": [
|
|
147
|
+
{
|
|
148
|
+
"name": "value",
|
|
149
|
+
"required": false,
|
|
150
|
+
"summary": "Valeur",
|
|
151
|
+
"description": "Valeur à retourner",
|
|
152
|
+
"schema": {
|
|
153
|
+
"type": "object"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"x-events": [],
|
|
158
|
+
"responses": {
|
|
159
|
+
"200": {
|
|
160
|
+
"description": "Raisonnement arrêté avec succès",
|
|
161
|
+
"content": {
|
|
162
|
+
"application/json": {
|
|
163
|
+
"schema": {
|
|
164
|
+
"$ref": "#/components/schemas/StopResult"
|
|
70
165
|
}
|
|
71
166
|
}
|
|
72
167
|
}
|
|
@@ -75,381 +170,275 @@
|
|
|
75
170
|
}
|
|
76
171
|
}
|
|
77
172
|
},
|
|
78
|
-
"
|
|
79
|
-
"
|
|
173
|
+
"x-scene-blocks": {
|
|
174
|
+
"/task": {
|
|
175
|
+
"summary": "Tache",
|
|
176
|
+
"description": "Exécution d'une tache.",
|
|
80
177
|
"tags": [
|
|
81
178
|
"service"
|
|
82
179
|
],
|
|
83
|
-
"
|
|
84
|
-
"description": "Execute des Pin's avec un contexte donné",
|
|
180
|
+
"metadata": [],
|
|
85
181
|
"parameters": [
|
|
86
182
|
{
|
|
87
183
|
"name": "execute",
|
|
184
|
+
"summary": "Exécute",
|
|
88
185
|
"required": true,
|
|
89
|
-
"
|
|
90
|
-
"description": "Actions à exécuter",
|
|
186
|
+
"description": "Commandes à exécuter",
|
|
91
187
|
"schema": {
|
|
92
188
|
"type": "array",
|
|
93
189
|
"items": {
|
|
94
190
|
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
95
191
|
}
|
|
96
192
|
}
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"/action": {
|
|
197
|
+
"summary": "Action",
|
|
198
|
+
"description": "Action exécutable.",
|
|
199
|
+
"tags": [
|
|
200
|
+
"service"
|
|
201
|
+
],
|
|
202
|
+
"metadata": [
|
|
203
|
+
{
|
|
204
|
+
"name": "parameters",
|
|
205
|
+
"summary": "Paramètres",
|
|
206
|
+
"required": true,
|
|
207
|
+
"description": "Paramètres de l'action",
|
|
208
|
+
"schema": {
|
|
209
|
+
"type": "array",
|
|
210
|
+
"items": {
|
|
211
|
+
"$ref": "#/components/schemas/Parameter"
|
|
212
|
+
}
|
|
213
|
+
}
|
|
97
214
|
},
|
|
98
215
|
{
|
|
99
|
-
"name": "
|
|
216
|
+
"name": "output",
|
|
217
|
+
"summary": "Format de sortie",
|
|
100
218
|
"required": false,
|
|
101
|
-
"
|
|
102
|
-
"description": "Contexte d'exécution",
|
|
219
|
+
"description": "Format de sortie de l'action",
|
|
103
220
|
"schema": {
|
|
104
221
|
"type": "object"
|
|
105
222
|
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "context",
|
|
226
|
+
"summary": "Contexte",
|
|
227
|
+
"required": false,
|
|
228
|
+
"description": "Afficher le contexte d'exécution",
|
|
229
|
+
"schema": {
|
|
230
|
+
"type": "boolean"
|
|
231
|
+
}
|
|
106
232
|
}
|
|
107
233
|
],
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"data": {
|
|
119
|
-
"executed": true,
|
|
120
|
-
"results": []
|
|
121
|
-
}
|
|
234
|
+
"parameters": [
|
|
235
|
+
{
|
|
236
|
+
"name": "execute",
|
|
237
|
+
"summary": "Execute",
|
|
238
|
+
"required": true,
|
|
239
|
+
"description": "Commandes à exécuter.",
|
|
240
|
+
"schema": {
|
|
241
|
+
"type": "array",
|
|
242
|
+
"items": {
|
|
243
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
122
244
|
}
|
|
123
245
|
}
|
|
124
246
|
}
|
|
125
|
-
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"/trigger": {
|
|
250
|
+
"summary": "Déclencheur",
|
|
251
|
+
"description": "Déclenchement d'une exécution d'actions.",
|
|
252
|
+
"tags": [
|
|
253
|
+
"service"
|
|
254
|
+
],
|
|
255
|
+
"metadata": [
|
|
256
|
+
{
|
|
257
|
+
"name": "tags",
|
|
258
|
+
"summary": "Tags",
|
|
259
|
+
"required": true,
|
|
260
|
+
"description": "Tags du déclencheur",
|
|
261
|
+
"schema": {
|
|
262
|
+
"type": "array",
|
|
263
|
+
"items": {
|
|
264
|
+
"type": "string"
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "parameters",
|
|
270
|
+
"summary": "Paramètres",
|
|
271
|
+
"required": true,
|
|
272
|
+
"description": "Paramètres du déclencheur",
|
|
273
|
+
"schema": {
|
|
274
|
+
"type": "array",
|
|
275
|
+
"items": {
|
|
276
|
+
"$ref": "#/components/schemas/Parameter"
|
|
145
277
|
}
|
|
146
|
-
"type": "DIGIPAIR_KEEPALIVE",
|
|
147
|
-
"status": "alive"
|
|
148
278
|
}
|
|
149
279
|
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"tags": [
|
|
158
|
-
"service"
|
|
159
|
-
],
|
|
160
|
-
"summary": "Stop",
|
|
161
|
-
"description": "Stop le raisonnement",
|
|
162
|
-
"parameters": [
|
|
163
|
-
{
|
|
164
|
-
"name": "value",
|
|
165
|
-
"required": false,
|
|
166
|
-
"summary": "Valeur",
|
|
167
|
-
"description": "Valeur à retourner",
|
|
168
|
-
"schema": {
|
|
169
|
-
"type": "object"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
],
|
|
173
|
-
"x-events": [],
|
|
174
|
-
"responses": {
|
|
175
|
-
"200": {
|
|
176
|
-
"description": "Raisonnement arrêté avec succès",
|
|
177
|
-
"content": {
|
|
178
|
-
"application/json": {
|
|
280
|
+
],
|
|
281
|
+
"parameters": [
|
|
282
|
+
{
|
|
283
|
+
"name": "execute",
|
|
284
|
+
"summary": "Execute",
|
|
285
|
+
"required": true,
|
|
286
|
+
"description": "Commandes à exécuter.",
|
|
179
287
|
"schema": {
|
|
180
|
-
"
|
|
288
|
+
"type": "array",
|
|
289
|
+
"items": {
|
|
290
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
291
|
+
}
|
|
181
292
|
}
|
|
182
|
-
"type": "DIGIPAIR_STOP",
|
|
183
|
-
"value": {},
|
|
184
|
-
"status": "stopped"
|
|
185
293
|
}
|
|
186
|
-
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
"x-scene-blocks": {
|
|
194
|
-
"/task": {
|
|
195
|
-
"summary": "Tache",
|
|
196
|
-
"description": "Exécution d'une tache.",
|
|
197
|
-
"tags": [
|
|
198
|
-
"service"
|
|
199
|
-
],
|
|
200
|
-
"metadata": [],
|
|
201
|
-
"parameters": [
|
|
202
|
-
{
|
|
203
|
-
"name": "execute",
|
|
204
|
-
"summary": "Exécute",
|
|
205
|
-
"required": true,
|
|
206
|
-
"description": "Commandes à exécuter",
|
|
207
|
-
"schema": {
|
|
208
|
-
"type": "array",
|
|
209
|
-
"items": {
|
|
210
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
},
|
|
216
|
-
"/action": {
|
|
217
|
-
"summary": "Action",
|
|
218
|
-
"description": "Action exécutable.",
|
|
219
|
-
"tags": [
|
|
220
|
-
"service"
|
|
221
|
-
],
|
|
222
|
-
"metadata": [
|
|
223
|
-
{
|
|
224
|
-
"name": "parameters",
|
|
225
|
-
"summary": "Paramètres",
|
|
226
|
-
"required": true,
|
|
227
|
-
"description": "Paramètres de l'action",
|
|
228
|
-
"schema": {
|
|
229
|
-
"type": "array",
|
|
230
|
-
"items": {
|
|
231
|
-
"$ref": "#/components/schemas/Parameter"
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"name": "context",
|
|
237
|
-
"summary": "Contexte",
|
|
238
|
-
"required": false,
|
|
239
|
-
"description": "Afficher le contexte d'exécution",
|
|
240
|
-
"schema": {
|
|
241
|
-
"type": "boolean"
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"parameters": [
|
|
246
|
-
{
|
|
247
|
-
"name": "execute",
|
|
248
|
-
"summary": "Execute",
|
|
249
|
-
"required": true,
|
|
250
|
-
"description": "Commandes à exécuter.",
|
|
251
|
-
"schema": {
|
|
252
|
-
"type": "array",
|
|
253
|
-
"items": {
|
|
254
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
294
|
+
]
|
|
255
295
|
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
"/trigger": {
|
|
261
|
-
"summary": "Déclencheur",
|
|
262
|
-
"description": "Déclenchement d'une exécution d'actions.",
|
|
263
|
-
"tags": [
|
|
264
|
-
"service"
|
|
265
|
-
],
|
|
266
|
-
"metadata": [
|
|
267
|
-
{
|
|
268
|
-
"name": "tags",
|
|
269
|
-
"summary": "Tags",
|
|
270
|
-
"required": true,
|
|
271
|
-
"description": "Tags du déclencheur",
|
|
272
|
-
"schema": {
|
|
273
|
-
"type": "array",
|
|
274
|
-
"items": {
|
|
275
|
-
"type": "string"
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "parameters",
|
|
281
|
-
"summary": "Paramètres",
|
|
282
|
-
"required": true,
|
|
283
|
-
"description": "Paramètres du déclencheur",
|
|
284
|
-
"schema": {
|
|
285
|
-
"type": "array",
|
|
286
|
-
"items": {
|
|
287
|
-
"$ref": "#/components/schemas/Parameter"
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
],
|
|
292
|
-
"parameters": [
|
|
293
|
-
{
|
|
294
|
-
"name": "execute",
|
|
295
|
-
"summary": "Execute",
|
|
296
|
-
"required": true,
|
|
297
|
-
"description": "Commandes à exécuter.",
|
|
298
|
-
"schema": {
|
|
299
|
-
"type": "array",
|
|
300
|
-
"items": {
|
|
301
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
]
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
"components": {
|
|
309
|
-
"schemas": {
|
|
310
|
-
"Parameter": {
|
|
311
|
-
"type": "object",
|
|
312
|
-
"tags": [
|
|
313
|
-
"service"
|
|
314
|
-
],
|
|
315
|
-
"summary": "Parameter",
|
|
316
|
-
"properties": {
|
|
317
|
-
"name": {
|
|
318
|
-
"summary": "Nom",
|
|
319
|
-
"type": "string"
|
|
320
|
-
},
|
|
321
|
-
"summary": {
|
|
322
|
-
"summary": "Affichage",
|
|
323
|
-
"type": "string"
|
|
324
|
-
},
|
|
325
|
-
"required": {
|
|
326
|
-
"summary": "Requis",
|
|
327
|
-
"type": "boolean"
|
|
328
|
-
},
|
|
329
|
-
"ignoreForAI": {
|
|
330
|
-
"summary": "Ignorer pour l'IA",
|
|
331
|
-
"type": "boolean"
|
|
332
296
|
},
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
297
|
+
"components": {
|
|
298
|
+
"schemas": {
|
|
299
|
+
"Parameter": {
|
|
300
|
+
"type": "object",
|
|
301
|
+
"tags": [
|
|
302
|
+
"service"
|
|
303
|
+
],
|
|
304
|
+
"summary": "Parameter",
|
|
305
|
+
"properties": {
|
|
306
|
+
"name": {
|
|
307
|
+
"summary": "Nom",
|
|
308
|
+
"type": "string"
|
|
309
|
+
},
|
|
310
|
+
"summary": {
|
|
311
|
+
"summary": "Affichage",
|
|
312
|
+
"type": "string"
|
|
313
|
+
},
|
|
314
|
+
"required": {
|
|
315
|
+
"summary": "Requis",
|
|
316
|
+
"type": "boolean"
|
|
317
|
+
},
|
|
318
|
+
"ignoreForAI": {
|
|
319
|
+
"summary": "Ignorer pour l'IA",
|
|
320
|
+
"type": "boolean"
|
|
321
|
+
},
|
|
322
|
+
"schema": {
|
|
323
|
+
"summary": "Schema",
|
|
324
|
+
"type": "object"
|
|
325
|
+
},
|
|
326
|
+
"description": {
|
|
327
|
+
"summary": "Description",
|
|
328
|
+
"type": "string"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"required": [
|
|
332
|
+
"name",
|
|
333
|
+
"summary",
|
|
334
|
+
"required",
|
|
335
|
+
"schema"
|
|
336
|
+
]
|
|
364
337
|
},
|
|
365
|
-
"
|
|
366
|
-
"type": "
|
|
367
|
-
"description": "
|
|
338
|
+
"ReasoningResult": {
|
|
339
|
+
"type": "object",
|
|
340
|
+
"description": "Résultat de l'exécution de raisonnement",
|
|
341
|
+
"properties": {
|
|
342
|
+
"success": {
|
|
343
|
+
"type": "boolean",
|
|
344
|
+
"description": "Indique si le raisonnement a été démarré avec succès"
|
|
345
|
+
},
|
|
346
|
+
"result": {
|
|
347
|
+
"type": "object",
|
|
348
|
+
"description": "Détails de l'exécution du raisonnement",
|
|
349
|
+
"properties": {
|
|
350
|
+
"status": {
|
|
351
|
+
"type": "string",
|
|
352
|
+
"description": "Statut actuel du raisonnement"
|
|
353
|
+
},
|
|
354
|
+
"reasoning": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"description": "Nom du raisonnement qui a été démarré"
|
|
357
|
+
},
|
|
358
|
+
"digipair": {
|
|
359
|
+
"type": "string",
|
|
360
|
+
"description": "Propriétaire du raisonnement"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
}
|
|
368
365
|
},
|
|
369
|
-
"
|
|
370
|
-
"type": "
|
|
371
|
-
"description": "
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
},
|
|
377
|
-
"
|
|
378
|
-
"type": "object",
|
|
379
|
-
"description": "
|
|
380
|
-
"properties": {
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
366
|
+
"ExecutionResult": {
|
|
367
|
+
"type": "object",
|
|
368
|
+
"description": "Résultat de l'exécution des Pin's",
|
|
369
|
+
"properties": {
|
|
370
|
+
"success": {
|
|
371
|
+
"type": "boolean",
|
|
372
|
+
"description": "Indique si l'exécution s'est déroulée avec succès"
|
|
373
|
+
},
|
|
374
|
+
"data": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"description": "Données retournées par l'exécution",
|
|
377
|
+
"properties": {
|
|
378
|
+
"executed": {
|
|
379
|
+
"type": "boolean",
|
|
380
|
+
"description": "Indique si l'exécution est terminée"
|
|
381
|
+
},
|
|
382
|
+
"results": {
|
|
383
|
+
"type": "array",
|
|
384
|
+
"description": "Résultats des pins exécutés",
|
|
385
|
+
"items": {
|
|
386
|
+
"type": "object"
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"KeepAliveResult": {
|
|
394
|
+
"type": "object",
|
|
395
|
+
"description": "Résultat de l'opération keep-alive",
|
|
396
|
+
"properties": {
|
|
397
|
+
"type": {
|
|
398
|
+
"type": "string",
|
|
399
|
+
"description": "Type de la réponse keep-alive"
|
|
400
|
+
},
|
|
401
|
+
"status": {
|
|
402
|
+
"type": "string",
|
|
403
|
+
"description": "Statut de l'opération keep-alive"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
392
406
|
},
|
|
393
|
-
"
|
|
394
|
-
"type": "
|
|
395
|
-
"description": "
|
|
396
|
-
"
|
|
397
|
-
"type":
|
|
407
|
+
"StopResult": {
|
|
408
|
+
"type": "object",
|
|
409
|
+
"description": "Résultat de l'opération d'arrêt",
|
|
410
|
+
"properties": {
|
|
411
|
+
"type": {
|
|
412
|
+
"type": "string",
|
|
413
|
+
"description": "Type de la réponse d'arrêt"
|
|
414
|
+
},
|
|
415
|
+
"value": {
|
|
416
|
+
"type": "object",
|
|
417
|
+
"description": "Valeur retournée lors de l'arrêt du raisonnement"
|
|
418
|
+
},
|
|
419
|
+
"status": {
|
|
420
|
+
"type": "string",
|
|
421
|
+
"description": "Statut de l'opération d'arrêt"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"TaskResult": {
|
|
426
|
+
"type": "object",
|
|
427
|
+
"description": "Résultat de l'exécution de tâche",
|
|
428
|
+
"properties": {
|
|
429
|
+
"success": {
|
|
430
|
+
"type": "boolean",
|
|
431
|
+
"description": "Indique si l'exécution de la tâche s'est déroulée avec succès"
|
|
432
|
+
},
|
|
433
|
+
"results": {
|
|
434
|
+
"type": "array",
|
|
435
|
+
"description": "Résultats de la tâche exécutée",
|
|
436
|
+
"items": {
|
|
437
|
+
"type": "object"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
398
440
|
}
|
|
399
441
|
}
|
|
400
442
|
}
|
|
401
443
|
}
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"KeepAliveResult": {
|
|
405
|
-
"type": "object",
|
|
406
|
-
"description": "Résultat de l'opération keep-alive",
|
|
407
|
-
"properties": {
|
|
408
|
-
"type": {
|
|
409
|
-
"type": "string",
|
|
410
|
-
"description": "Type de la réponse keep-alive"
|
|
411
|
-
},
|
|
412
|
-
"status": {
|
|
413
|
-
"type": "string",
|
|
414
|
-
"description": "Statut de l'opération keep-alive"
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
"StopResult": {
|
|
419
|
-
"type": "object",
|
|
420
|
-
"description": "Résultat de l'opération d'arrêt",
|
|
421
|
-
"properties": {
|
|
422
|
-
"type": {
|
|
423
|
-
"type": "string",
|
|
424
|
-
"description": "Type de la réponse d'arrêt"
|
|
425
|
-
},
|
|
426
|
-
"value": {
|
|
427
|
-
"type": "object",
|
|
428
|
-
"description": "Valeur retournée lors de l'arrêt du raisonnement"
|
|
429
|
-
},
|
|
430
|
-
"status": {
|
|
431
|
-
"type": "string",
|
|
432
|
-
"description": "Statut de l'opération d'arrêt"
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
"TaskResult": {
|
|
437
|
-
"type": "object",
|
|
438
|
-
"description": "Résultat de l'exécution de tâche",
|
|
439
|
-
"properties": {
|
|
440
|
-
"success": {
|
|
441
|
-
"type": "boolean",
|
|
442
|
-
"description": "Indique si l'exécution de la tâche s'est déroulée avec succès"
|
|
443
|
-
},
|
|
444
|
-
"results": {
|
|
445
|
-
"type": "array",
|
|
446
|
-
"description": "Résultats de la tâche exécutée",
|
|
447
|
-
"items": {
|
|
448
|
-
"type": "object"
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
444
|
}
|