Retrieve previous conversation history
Dropdown
{"type": type, "message": message}
, where type is “input” (i.e., Human) or “output” (i.e., AI) and message contains the contents of the message. Useful for developers looking to execute custom logic with their chat history using Transformations.Text
{{chat_memory_0.memory}}
{{input_0.text}}
Token Buffer
Answer the question based on the context in a friendly but professional manner. Use conversation history when relevant.
Question: {{input_0.text}} Context: {{knowledge_base_1.chunks}} Conversation History: {{chat_memory_0.memory}}
{{openai_0.response}}