Skip to content

Commit 4c495f6

Browse files
docs(api): updates to API spec
1 parent 5014f1d commit 4c495f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 32
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-9fc9c575a83b15ef4abba45e5d4d676814286faa75e595f82c776b3741c8c8af.yml
3-
openapi_spec_hash: d5c4a0a2343890ad1db2e1df15c09c54
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-a0e83ebfd81856b538d16c7a41ccdc11687ee558e1435a40f3bb7e0d6e1ab7c8.yml
3+
openapi_spec_hash: 8ac62303a9158c13f344975cb0786bc6
44
config_hash: b1d3b26784527ee46af49c1bb9e93193

src/resources/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export interface ChatCompletionMessage {
244244
* The text content produced by the model. This field contains the actual output
245245
* generated, reflecting the model's response to the input query or command.
246246
*/
247-
content: unknown;
247+
content: string;
248248

249249
refusal: string | null;
250250

0 commit comments

Comments
 (0)