We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a003f commit e3b2210Copy full SHA for e3b2210
1 file changed
apps/sim/tools/openai/image.ts
@@ -34,8 +34,7 @@ export const imageTool: ToolConfig = {
34
type: 'string',
35
required: false,
36
visibility: 'user-or-llm',
37
- description:
38
- 'Quality. dall-e-3: standard|hd. gpt-image-1/gpt-image-2: auto|low|medium|high',
+ description: 'Quality. dall-e-3: standard|hd. gpt-image-1/gpt-image-2: auto|low|medium|high',
39
},
40
style: {
41
0 commit comments