Skip to content

Commit f6d7d94

Browse files
committed
fix: recover context application for upload plugin
1 parent 276ba4c commit f6d7d94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types.ts

+6
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ export type PluginOptions = {
119119
adapter: ImageGenerationAdapter,
120120

121121

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+
122128
/**
123129
* The number of images to generate
124130
* in one request

0 commit comments

Comments
 (0)