Skip to content

Commit 7606fe4

Browse files
docs(api): updates to API spec
1 parent 128b22a commit 7606fe4

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-a0e83ebfd81856b538d16c7a41ccdc11687ee558e1435a40f3bb7e0d6e1ab7c8.yml
3-
openapi_spec_hash: 8ac62303a9158c13f344975cb0786bc6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-9fc9c575a83b15ef4abba45e5d4d676814286faa75e595f82c776b3741c8c8af.yml
3+
openapi_spec_hash: d5c4a0a2343890ad1db2e1df15c09c54
44
config_hash: b1d3b26784527ee46af49c1bb9e93193

src/writerai/types/chat_completion_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LlmData(BaseModel):
1919

2020

2121
class ChatCompletionMessage(BaseModel):
22-
content: str
22+
content: object
2323
"""The text content produced by the model.
2424
2525
This field contains the actual output generated, reflecting the model's response

0 commit comments

Comments
 (0)