Skip to content

Commit 91c75e0

Browse files
feat(api): add web_search_call.results output option to responses
1 parent 8c797cb commit 91c75e0

2 files changed

Lines changed: 4 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: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai/openai-61d75f384a1e6bee387e9e02168257426facdbbb9677b9b5cb30a3863da40b10.yml
3-
openapi_spec_hash: ae4a7852e20f39c14adbf6f253b8a004
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai/openai-1405c20d24646f71eecd0f7ed222426973b8806ef70a3865a2428c0c57b1f050.yml
3+
openapi_spec_hash: 92713b0825f6b8760836778e6d27e837
44
config_hash: 51d639d7939b6ab974d1ee45e96c532b

src/resources/responses/responses.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,8 @@ export interface ResponseInProgressEvent {
33363336
* Specify additional output data to include in the model response. Currently
33373337
* supported values are:
33383338
*
3339+
* - `web_search_call.results`: Include the search results of the web search tool
3340+
* call.
33393341
* - `web_search_call.action.sources`: Include the sources of the web search tool
33403342
* call.
33413343
* - `code_interpreter_call.outputs`: Includes the outputs of python code execution

0 commit comments

Comments
 (0)