We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276ba4c commit f6d7d94Copy full SHA for f6d7d94
types.ts
@@ -119,6 +119,12 @@ export type PluginOptions = {
119
adapter: ImageGenerationAdapter,
120
121
122
+ /**
123
+ * Fields for conetext which will be used to generate the image.
124
+ * If specified, the plugin will use fields from the record to provide additional context to the AI model.
125
+ */
126
+ fieldsForContext?: string[],
127
+
128
/**
129
* The number of images to generate
130
* in one request
0 commit comments