@sanity/assist
6.1.106.1.11
dist/index.d.ts~
dist/index.d.tsModified+5−3
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -471,9 +471,10 @@
declare const assist: import("sanity").Plugin<void | AssistPluginConfig>;
declare function SchemaTypeTool(): import("react").JSX.Element;
interface AssistOptions {
aiAssist?: {
- /** Set to true to disable assistance for this field or type */exclude?: boolean;
+ /** Set to true to disable assistance for this field or type */
+ exclude?: boolean;
/**
* Set to true to add translation field-action to the field.
* Only has an effect in document types configured for document or field level translations.
*/
@@ -572,9 +573,10 @@
interface NumberOptions extends AssistOptions {}
interface ObjectOptions extends AssistOptions {}
interface ReferenceBaseOptions {
aiAssist?: {
- /** Set to true to disable assistance for this field or type */exclude?: boolean;
+ /** Set to true to disable assistance for this field or type */
+ exclude?: boolean;
/**
* When set, the reference field will allow instructions to be added to it.
* Should be the name of the embeddings-index where assist will look for contextually relevant documents
* */
@@ -585,9 +587,9 @@
interface StringOptions extends AssistOptions {}
interface TextOptions extends AssistOptions {}
interface UrlOptions extends AssistOptions {}
interface EmailOptions extends AssistOptions {}
-} //# sourceMappingURL=typeDefExtensions.d.ts.map
+}
declare const defaultLanguageOutputs: TranslationOutputsFunction;
type GetUserInput = (args: {
/**
* Dialog title