diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index e3a3a92b..28150f5e 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -17034,7 +17034,10 @@ components: OutputImageGenerationCallItem: allOf: - $ref: '#/components/schemas/OutputItemImageGenerationCall' - - properties: {} + - properties: + prompt: + description: 'The prompt (possibly rewritten) that the image was generated from.' + type: 'string' type: 'object' example: id: 'img-abc123' @@ -17056,6 +17059,9 @@ components: type: 'string' imageUrl: type: 'string' + prompt: + description: 'The prompt (possibly rewritten) that the image was generated from.' + type: 'string' result: description: 'The generated image as a base64-encoded string or URL, matching OpenAI image_generation_call format' type: