Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 81
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
2 changes: 1 addition & 1 deletion src/openai/types/responses/computer_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ class ComputerTool(BaseModel):
environment: Literal["mac", "windows", "ubuntu", "browser"]
"""The type of computer environment to control."""

type: Literal["computer-preview"]
type: Literal["computer_use_preview"]
"""The type of the computer use tool. Always `computer_use_preview`."""
2 changes: 1 addition & 1 deletion src/openai/types/responses/computer_tool_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ class ComputerToolParam(TypedDict, total=False):
environment: Required[Literal["mac", "windows", "ubuntu", "browser"]]
"""The type of computer environment to control."""

type: Required[Literal["computer-preview"]]
type: Required[Literal["computer_use_preview"]]
"""The type of the computer use tool. Always `computer_use_preview`."""