# CompletionResult

> **Class** in `deepagents_cli`

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

Result of handling a key event in the completion system.

## Signature

```python
CompletionResult()
```

## Extends

- `StrEnum`

## Properties

- `IGNORED`
- `HANDLED`
- `SUBMIT`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/64ecf141be0479f859f4efe25d139166b45ee18c/libs/cli/deepagents_cli/widgets/autocomplete.py#L36)