# CogniswitchToolkit

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/agent_toolkits/cogniswitch/toolkit/CogniswitchToolkit)

Toolkit for CogniSwitch.

Use the toolkit to get all the tools present in the Cogniswitch and
use them to interact with your knowledge.

## Signature

```python
CogniswitchToolkit()
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `cs_token` | `unknown` | Yes | str. The Cogniswitch token. |
| `OAI_token` | `unknown` | Yes | str. The OpenAI API token. |
| `apiKey` | `unknown` | Yes | str. The Cogniswitch OAuth token. |

## Extends

- `BaseToolkit`

## Properties

- `cs_token`
- `OAI_token`
- `apiKey`

## Methods

- [`get_tools()`](https://reference.langchain.com/python/langchain-community/agent_toolkits/cogniswitch/toolkit/CogniswitchToolkit/get_tools)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/agent_toolkits/cogniswitch/toolkit.py#L14)