diff --git a/cohere-openapi.yaml b/cohere-openapi.yaml index 753fdfc2..8796e34c 100644 --- a/cohere-openapi.yaml +++ b/cohere-openapi.yaml @@ -54,6 +54,7 @@ paths: operationId: chat x-fern-streaming: stream-condition: $request.stream + stream-description: My Streaming Description response: required: - text @@ -5883,6 +5884,7 @@ paths: x-fern-sdk-method-name: chat x-fern-streaming: format: sse + stream-description: My Streaming Description stream-condition: $request.stream response: required: diff --git a/fern/fern.config.json b/fern/fern.config.json index f9f7505e..8be04d39 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "cohere", - "version": "*" + "version": "0.43.5" } \ No newline at end of file