# Submitted

> **Class** in `deepagents_cli`

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

Message sent when input is submitted.

## Signature

```python
Submitted(
    self,
    value: str,
    mode: str = 'normal',
)
```

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    value: str,
    mode: str = 'normal',
) -> None
```

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


## Properties

- `value`
- `mode`

---

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