Skip to content

Commit 3b50ab1

Browse files
feat(api): api update
1 parent 5561b7c commit 3b50ab1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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-bf2f8f13aa9e13553634ad6efce85e7fa77302f9ddcf20f7b91f6ca1c85667ca.yml
3-
openapi_spec_hash: 2306f08b88e1f59c5750f4573f003fdc
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-ce82a5d1b3f30d6bd5f275525240ea79ffd4ee44024fdf9c08ea2dde9aad9a2d.yml
3+
openapi_spec_hash: ccdcc5032a425db8100d85c758e561cb
44
config_hash: 73457be4d72f0bf4c22de49f2b2d4ec3

src/resources/chat/completions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ export namespace CompletionCreateParams {
563563
role: 'tool';
564564

565565
tool_call_id: string;
566+
567+
name?: string;
566568
}
567569

568570
/**

0 commit comments

Comments
 (0)