From 5903d0a2a06c6713a18c4bbe6599a97386a4345f Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Mon, 27 Jul 2026 23:20:40 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index bd446ec8..15ff987d 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -26952,8 +26952,10 @@ paths: type: 'string' input: anyOf: - - type: 'string' + - minLength: 1 + type: 'string' - items: + minLength: 1 type: 'string' type: 'array' - items: @@ -26971,6 +26973,7 @@ paths: oneOf: - properties: text: + minLength: 1 type: 'string' type: enum: @@ -26999,6 +27002,7 @@ paths: - $ref: '#/components/schemas/ContentPartInputAudio' - $ref: '#/components/schemas/ContentPartInputVideo' - $ref: '#/components/schemas/ContentPartInputFile' + minItems: 1 type: 'array' required: - 'content'