Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 835 Bytes

simple-chat-engine.md

File metadata and controls

22 lines (14 loc) · 835 Bytes

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, allowing to remember conversations.

Inputs

Parameters

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

Outputs

Name Description
SimpleChatEngine Final node to return response