@digipair/skill-ollama 0.4.6 → 0.4.8
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 +3 -3
package/package.json
CHANGED
package/schema.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59
59
|
}
|
60
60
|
}
|
61
61
|
],
|
62
|
-
"x-events":
|
62
|
+
"x-events": []
|
63
63
|
}
|
64
64
|
},
|
65
65
|
"/vision": {
|
@@ -123,7 +123,7 @@
|
|
123
123
|
}
|
124
124
|
}
|
125
125
|
],
|
126
|
-
"x-events":
|
126
|
+
"x-events": []
|
127
127
|
}
|
128
128
|
},
|
129
129
|
"/summarization": {
|
@@ -241,7 +241,7 @@
|
|
241
241
|
}
|
242
242
|
}
|
243
243
|
],
|
244
|
-
"x-events":
|
244
|
+
"x-events": []
|
245
245
|
}
|
246
246
|
}
|
247
247
|
},
|