@sanity/assist 1.0.4 → 1.0.5
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,6 +188,15 @@ import {contextDocumentTypeName} from '@sanity/assist'
|
|
|
188
188
|
S.documentTypeListItem(contextDocumentTypeName)
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
+
## Caveats
|
|
192
|
+
|
|
193
|
+
Large Language Models (LLMs) are a new technology. Constraints and limitations are still being explored,
|
|
194
|
+
but some common caveats to the field that you may run into using AI Assist are:
|
|
195
|
+
|
|
196
|
+
* Limits to instruction length: Long instructions on deep content structures may exhaust model context
|
|
197
|
+
* Timeouts: To be able to write structured content, we're using the largest language models - long-running results may time out or intermittently fail
|
|
198
|
+
* Limited capacity: The underlying LLM APIs used by AI Assist are resource constrained
|
|
199
|
+
|
|
191
200
|
## License
|
|
192
201
|
|
|
193
202
|
[MIT](LICENSE) © Sanity
|