# ExecuteCodeInput

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/tools/code_interpreter_toolkit/ExecuteCodeInput)

Input schema for execute_code tool.

## Signature

```python
ExecuteCodeInput()
```

## Extends

- `BaseModel`

## Properties

- `code`
- `language`
- `clear_context`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/10d18256d46953e5fc8dca313a2c41eee29c2a80/libs/aws/langchain_aws/tools/code_interpreter_toolkit.py#L15)