Skip to content

Commit 4921437

Browse files
fix(responses): correct computer use enum value (#1371)
1 parent 0a06324 commit 4921437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 81
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-be834d63e326a82494e819085137f5eb15866f3fc787db1f3afe7168d419e18a.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-9ce5257763fb30c6e0e1ee2bef7e13baf661511e09572207e528d643da8e16b3.yml

src/resources/responses/responses.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export interface ComputerTool {
9898
/**
9999
* The type of the computer use tool. Always `computer_use_preview`.
100100
*/
101-
type: 'computer-preview';
101+
type: 'computer_use_preview';
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)