Files
openrouter-python-sdk-retry…/docs/components/openresponseswebsearchtool.md
T
2025-11-13 14:21:27 -05:00

3.9 KiB
Raw Blame History

OpenResponsesWebSearchTool

Web search tool configuration

Fields

Field Type Required Description Example
type components.OpenResponsesWebSearchToolType ✔️ N/A
filters OptionalNullable[components.OpenResponsesWebSearchToolFilters] N/A
search_context_size Optional[components.ResponsesSearchContextSize] Size of the search context for web search tools medium
user_location OptionalNullable[components.ResponsesWebSearchUserLocation] User location information for web search {
"type": "approximate",
"city": "San Francisco",
"country": "USA",
"region": "California",
"timezone": "America/Los_Angeles"
}