> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/llamaindex/engine/simple-chat-engine.md).

# Simple Chat Engine

A simple chat engine functions as a complete pipeline for engaging in a dialogue between AI and user, without context retrieval. However it does equipped with [Memory](/readme/chatflows/langchain/memory.md), allowing to remember conversations.

<figure><img src="/files/4CPB2gVCVSPrplQN4aqK" alt=""><figcaption></figcaption></figure>

## Inputs

* Chat Model
* [Memory](/readme/chatflows/langchain/memory.md)

## Parameters

| Name           | Description                                   |
| -------------- | --------------------------------------------- |
| System Message | An instruction for LLM on how to answer query |

## Outputs

| Name             | Description                   |
| ---------------- | ----------------------------- |
| SimpleChatEngine | Final node to return response |
