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