We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a06324 commit 4921437Copy full SHA for 4921437
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 81
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-be834d63e326a82494e819085137f5eb15866f3fc787db1f3afe7168d419e18a.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-9ce5257763fb30c6e0e1ee2bef7e13baf661511e09572207e528d643da8e16b3.yml
src/resources/responses/responses.ts
@@ -98,7 +98,7 @@ export interface ComputerTool {
98
/**
99
* The type of the computer use tool. Always `computer_use_preview`.
100
*/
101
- type: 'computer-preview';
+ type: 'computer_use_preview';
102
}
103
104
0 commit comments