# Submitted

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/widgets/chat_input/ChatTextArea/Submitted)

Message sent when text is submitted.

## Signature

```python
Submitted(
    self,
    value: str,
)
```

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    value: str,
) -> None
```

| Name | Type |
|------|------|
| `value` | `str` |


## Properties

- `value`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/b710a69b12e49479045eaa54dfb709326473500b/libs/cli/deepagents_cli/widgets/chat_input.py#L364)