# WebSearchOptions

> **Class** in `langchain_perplexity`

📖 [View in docs](https://reference.langchain.com/python/langchain-perplexity/types/WebSearchOptions)

## Signature

```python
WebSearchOptions()
```

## Extends

- `BaseModel`

## Properties

- `search_context_size`
- `user_location`
- `search_type`
- `image_search_relevance_enhanced`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/53f2ad18a0dd8b96a4dd59112f9c8353444ac66c/libs/partners/perplexity/langchain_perplexity/types.py#L16)