Skip to content

Commit 9b0dfdc

Browse files
committed
lint
1 parent 73a003f commit 9b0dfdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/tools/openai/image.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ export const imageTool: ToolConfig = {
2828
type: 'string',
2929
required: true,
3030
visibility: 'user-or-llm',
31-
description: 'The size of the generated images (1024x1024, 1024x1792, or 1792x1024)',
31+
description:
32+
'Image size. dall-e-3: 1024x1024, 1024x1792, or 1792x1024. gpt-image-1: auto, 1024x1024, 1536x1024, or 1024x1536. gpt-image-2: auto or any size with edges ≤3840px and multiples of 16 (e.g. 1024x1024, 1536x1024, 1024x1536, 2048x2048, 3840x2160).',
3233
},
3334
quality: {
3435
type: 'string',
3536
required: false,
3637
visibility: 'user-or-llm',
37-
description:
38-
'Quality. dall-e-3: standard|hd. gpt-image-1/gpt-image-2: auto|low|medium|high',
38+
description: 'Quality. dall-e-3: standard|hd. gpt-image-1/gpt-image-2: auto|low|medium|high',
3939
},
4040
style: {
4141
type: 'string',

0 commit comments

Comments
 (0)