@digipair/skill-openai 0.4.8 → 0.4.10

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-openai",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "paths": {
10
10
  "/basic": {
11
11
  "post": {
12
- "tags": [],
12
+ "tags": ["service"],
13
13
  "summary": "Générer",
14
14
  "description": "Génération de texte via un model LLM",
15
15
  "parameters": [
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "/summarization": {
75
75
  "post": {
76
- "tags": [],
76
+ "tags": ["service"],
77
77
  "summary": "Résumer un texte",
78
78
  "description": "Résumer un texte via un model LLM",
79
79
  "parameters": [