From 4c3125263de838db4055c2388267d5491e33163c Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Thu, 17 Sep 2026 20:22:15 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 2833993e..98c75d44 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -8306,7 +8306,14 @@ components: example: 'session-1234' maxLength: 256 type: 'string' - state: {} + state: + anyOf: + - type: 'string' + - additionalProperties: {} + type: 'object' + - items: {} + type: 'array' + description: 'The content to evaluate: a plain string, or a JSON object or array of related context.' trace: $ref: '#/components/schemas/TraceConfig' user: @@ -30051,7 +30058,7 @@ paths: summary: 'Submit a Decisions (questions and answers) request' tags: - 'Decisions' - x-speakeasy-name-override: 'decisions' + x-speakeasy-name-override: 'create' /audio/speech: post: description: 'Synthesizes audio from the input text. Returns a raw audio bytestream in the requested format (e.g. mp3, pcm, wav).'