We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d7d94 commit 16c442dCopy full SHA for 16c442d
index.ts
@@ -531,6 +531,7 @@ getBucketLifecycleConfiguration on bucket ${this.options.s3Bucket} in region ${t
531
prompt,
532
inputFiles: attachmentFiles,
533
n: 1,
534
+ size: this.options.generation.outputSize,
535
}
536
)
537
types.ts
@@ -118,6 +118,10 @@ export type PluginOptions = {
118
generation?: {
119
adapter: ImageGenerationAdapter,
120
121
+ /**
122
+ * The size of the generated image.
123
+ */
124
+ outputSize?: string,
125
126
/**
127
* Fields for conetext which will be used to generate the image.
0 commit comments