This commit is contained in:
Peter 2026-04-05 02:20:11 +00:00 committed by GitHub
commit b42f9241c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ const imageGenOaiJsonSchema: ExtendedJsonSchema = {
properties: {
prompt: {
type: 'string',
maxLength: 32000,
maxLength: 4000,
description: getImageGenPromptDescription(),
},
background: {
@ -112,7 +112,7 @@ Guidelines:
},
prompt: {
type: 'string',
maxLength: 32000,
maxLength: 4000,
description: getImageEditPromptDescription(),
},
quality: {
@ -144,4 +144,4 @@ export const oaiToolkit = {
schema: imageEditOaiJsonSchema,
responseFormat: 'content_and_artifact' as const,
},
} as const;
} as const;