From 77f1ad91b6c127532b771549003129a11bc3f767 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Wed, 22 Jul 2026 18:12:15 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: