File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30500,21 +30500,20 @@ components:
3050030500 - `web_search_preview`
3050130501 - `web_search_preview_2025_03_11`
3050230502 user_location:
30503- anyOf:
30504- - allOf:
30505- - $ref: "#/components/schemas/WebSearchLocation"
30506- - type: object
30507- properties:
30508- type:
30509- type: string
30510- description: |
30511- The type of location approximation. Always `approximate`.
30512- enum:
30513- - approximate
30514- x-stainless-const: true
30515- required:
30516- - type
30517- - enum: [null]
30503+ allOf:
30504+ - $ref: "#/components/schemas/WebSearchLocation"
30505+ - type: object
30506+ properties:
30507+ type:
30508+ type: string
30509+ description: |
30510+ The type of location approximation. Always `approximate`.
30511+ enum:
30512+ - approximate
30513+ x-stainless-const: true
30514+ required:
30515+ - type
30516+ nullable: true
3051830517 search_context_size:
3051930518 $ref: "#/components/schemas/WebSearchContextSize"
3052030519 required:
You can’t perform that action at this time.
0 commit comments