@digipair/skill-chatbot 0.32.0 → 0.32.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/package.json +1 -1
- package/schema.en.json +2 -2
- package/schema.fr.json +1 -1
- package/schema.json +1 -1
package/package.json
CHANGED
package/schema.en.json
CHANGED
@@ -67,7 +67,7 @@
|
|
67
67
|
"post": {
|
68
68
|
"tags": ["boost"],
|
69
69
|
"summary": "Execute a step",
|
70
|
-
"description": "Execute a step of a
|
70
|
+
"description": "Execute a step of a boost",
|
71
71
|
"parameters": [
|
72
72
|
{
|
73
73
|
"name": "step",
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"x-scene-blocks": {
|
156
156
|
"/boost": {
|
157
157
|
"summary": "Boost",
|
158
|
-
"description": "
|
158
|
+
"description": "Boost proposed by Digipair",
|
159
159
|
"tags": ["boost", "service"],
|
160
160
|
"metadata": [
|
161
161
|
{
|
package/schema.fr.json
CHANGED