# EdenaiTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/edenai/edenai_base_tool/EdenaiTool)

the base tool for all the EdenAI Tools .
you should have
the environment variable ``EDENAI_API_KEY`` set with your API token.
You can find your token here: https://app.edenai.run/admin/account/settings

## Signature

```python
EdenaiTool()
```

## Extends

- `BaseTool`

## Properties

- `feature`
- `subfeature`
- `edenai_api_key`
- `is_async`
- `providers`

## Methods

- [`get_user_agent()`](https://reference.langchain.com/python/langchain-community/tools/edenai/edenai_base_tool/EdenaiTool/get_user_agent)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/tools/edenai/edenai_base_tool.py#L16)