Skip to content

Commit

Permalink
chore(internal): codegen related update (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Aug 15, 2024
1 parent 0154ccf commit 12be697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 15
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-531deb043558b22becfd56a80a64a42f9e2da4ac29c5d7056bf3951c3a4aac5c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-bbe2e1c1edae74e765e131bc83d9f2820b4c52b77bd75a00181905232d87081c.yml
2 changes: 1 addition & 1 deletion src/resources/chat/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export namespace CompletionCreateParams {
/**
* The role of the messages author. Choice between: system, user, or assistant.
*/
role: 'system' | 'user' | 'assistant';
role: 'system' | 'user' | 'assistant' | 'tool';
}

export interface Name {
Expand Down

0 comments on commit 12be697

Please sign in to comment.