@sanity/assist 1.1.2 → 1.1.4
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,8 @@ You create the instructions; Sanity AI Assist does the rest. [Learn more about w
|
|
|
30
30
|
|
|
31
31
|
[Read the release announcement here.](https://www.sanity.io/blog/sanity-ai-assist-announcement?utm_source=github.com&utm_medium=organic_social&utm_campaign=ai-assist&utm_content=)
|
|
32
32
|
|
|
33
|
+
> Using this feature requires Sanity to send data to OpenAI.com for processing. It uses generative AI; you should verify the data before using it.
|
|
34
|
+
|
|
33
35
|
<img width="1019" alt="Screenshot showing Sanity AI Assist instructions for a title field in the Sanity Studio document editor" src="https://github.com/sanity-io/sanity/assets/835514/4d895477-c6d7-4da0-be25-c73e109edbdb">
|
|
34
36
|
|
|
35
37
|
## Installation
|
|
@@ -227,6 +229,10 @@ defineField({
|
|
|
227
229
|
This will add a "Generate caption" action to the configured field.
|
|
228
230
|
"Generate caption" action will automatically run whenever the image changes.
|
|
229
231
|
|
|
232
|
+
## Third party sub-processors
|
|
233
|
+
|
|
234
|
+
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.
|
|
235
|
+
|
|
230
236
|
## License
|
|
231
237
|
|
|
232
238
|
[MIT](LICENSE) © Sanity
|