Skip to content

Commit 9a5bfb7

Browse files
feat(api): api update
1 parent 15ba5cf commit 9a5bfb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 41
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-9e704a0840b247b332854591d140f05a7ebe84c8deb18462aa370d5b07af516f.yml
3-
openapi_spec_hash: 7b5e21c1b32ef5b14d7a09ce8935dcb7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-23b4277aa47f9e50762693b9fcadf618631e0c9d783829169efb1304f0ec7a44.yml
3+
openapi_spec_hash: fccd413542986303363b22d11b9a7ba3
44
config_hash: e2d1be538fd1fb65bfc566a2a168cc16

src/resources/chat/completions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export interface ChatCompletionAssistantMessageParam {
8585

8686
content?: string | null;
8787

88+
reasoning?: string | null;
8889
/**
8990
* @deprecated
9091
*/

0 commit comments

Comments
 (0)