@digipair/skill-chatbot 0.4.21 → 0.4.23

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.4.21",
3
+ "version": "0.4.23",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",
package/schema.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "/chatbot": {
12
12
  "post": {
13
13
  "tags": ["boost"],
14
- "summary": "chatbot",
14
+ "summary": "Retourner au chatbot",
15
15
  "parameters": [
16
16
  {
17
17
  "name": "assistant",
@@ -101,7 +101,8 @@
101
101
  "/find": {
102
102
  "post": {
103
103
  "tags": ["service"],
104
- "summary": "find",
104
+ "summary": "Récupérer dans la conversation",
105
+ "description": "Récupérer des données dans l'historique de conversation",
105
106
  "parameters": [
106
107
  {
107
108
  "name": "limit",
@@ -142,7 +143,8 @@
142
143
  "/search": {
143
144
  "post": {
144
145
  "tags": ["service"],
145
- "summary": "search",
146
+ "summary": "Rechercher dans la conversation",
147
+ "description": "Rechercher des données dans l'historique de conversation",
146
148
  "parameters": [
147
149
  {
148
150
  "name": "limit",