@digipair/skill-chatbot 0.4.17 → 0.4.18
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.json +2 -2
package/package.json
CHANGED
package/schema.json
CHANGED
@@ -372,9 +372,9 @@
|
|
372
372
|
"parameters": [
|
373
373
|
{
|
374
374
|
"name": "execute",
|
375
|
-
"summary": "Exécution des
|
375
|
+
"summary": "Exécution des actions",
|
376
376
|
"required": false,
|
377
|
-
"description": "Liste des
|
377
|
+
"description": "Liste des actions à exécuter",
|
378
378
|
"schema": {
|
379
379
|
"type": "array",
|
380
380
|
"items": {
|