Skip to content

Commit

Permalink
fix: customize streaming description
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Sep 27, 2024
1 parent 8111837 commit 3a8fbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ paths:
operationId: chat
x-fern-streaming:
stream-condition: $request.stream
stream-description: My Streaming Description
response:
required:
- text
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "cohere",
"version": "*"
"version": "0.43.5"
}

0 comments on commit 3a8fbf8

Please sign in to comment.