# `Ollixir.Web.Tools`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/tools.ex#L1)

Tool definitions for web search and fetch.

# `all`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/tools.ex#L7)

```elixir
@spec all() :: [map()]
```

# `fetch_tool`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/tools.ex#L44)

```elixir
@spec fetch_tool() :: map()
```

Tool definition for web fetch.

# `search_tool`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/tools.ex#L15)

```elixir
@spec search_tool() :: map()
```

Tool definition for web search.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
