From 8bb330d346afd631eaeb2ad8ff4bcc41179c58a8 Mon Sep 17 00:00:00 2001 From: sambarnes <1211977+sambarnes@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:38:34 +0000 Subject: [PATCH] chore: update OpenAPI specification from openrouter-web --- .speakeasy/in.openapi.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 2905c938..06baef4b 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -3583,9 +3583,7 @@ components: - type: 'null' stream: default: false - anyOf: - - type: boolean - - type: 'null' + type: boolean stream_options: anyOf: - $ref: '#/components/schemas/ChatStreamOptions' @@ -3928,9 +3926,8 @@ components: type: string - type: 'null' stream: - anyOf: - - type: boolean - - type: 'null' + default: false + type: boolean stream_options: anyOf: - type: object