# tool_to_dict

> **Function** in `langchain_google_genai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-genai/_function_utils/tool_to_dict)

## Signature

```python
tool_to_dict(
    tool: types.Tool,
) -> _ToolDict
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/982e4015b249de8b9ba1e787746d8cc1f6d6b790/libs/genai/langchain_google_genai/_function_utils.py#L372)