Skip to content

Commit f41b359

Browse files
Krishna ChandraKrishna Chandra
authored andcommitted
fix: remove websearch tool changes
1 parent 2e1c668 commit f41b359

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

openapi.yaml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)