@sanity/assist 1.1.2 → 1.1.3
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -227,6 +227,10 @@ defineField({
|
|
|
227
227
|
This will add a "Generate caption" action to the configured field.
|
|
228
228
|
"Generate caption" action will automatically run whenever the image changes.
|
|
229
229
|
|
|
230
|
+
## Third party sub-processors
|
|
231
|
+
|
|
232
|
+
This version of the feature uses OpenAI.com as a third-party sub-processor. Their security posture has been vetted by Sanity's security team, and approved for use.
|
|
233
|
+
|
|
230
234
|
## License
|
|
231
235
|
|
|
232
236
|
[MIT](LICENSE) © Sanity
|