Skip to content

Commit 454b257

Browse files
feat(api): add web_search_call.results to ResponseIncludable type
1 parent de2c7b1 commit 454b257

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 152
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-89e54b8e2c185d30e869f73e7798308d56a6a835a675d54628dd86836f147879.yml
3-
openapi_spec_hash: 85b0dd465aa1a034f2764b0758671f21
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-dd99495ad509338e6de862802839360dfe394d5cd6d6ba6d13fec8fca92328b8.yml
3+
openapi_spec_hash: 68abda9122013a9ae3f084cfdbe8e8c1
44
config_hash: 5635033cdc8c930255f8b529a78de722

src/openai/types/responses/response_includable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
ResponseIncludable: TypeAlias = Literal[
88
"file_search_call.results",
9+
"web_search_call.results",
910
"web_search_call.action.sources",
1011
"message.input_image.image_url",
1112
"computer_call_output.output.image_url",

0 commit comments

Comments
 (0)