# tools

> **Attribute** in `langchain_parallel`

📖 [View in docs](https://reference.langchain.com/python/langchain-parallel/chat_models/ChatParallelWeb/tools)

Tools for function calling (ignored by Parallel).

## Signature

```python
tools: Optional[list[dict[str, Any]]] = Field(default=None)
```

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/7946e2f5339c689b452621744a27f1a019215639/langchain_parallel/chat_models.py#L248)