This commit is contained in:
Deborah Barnard 2024-05-08 09:59:16 +01:00
parent f09d7a12cb
commit 7148b70a50
2 changed files with 30 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
contentType: overview
contentType: explanation
title: Agents vs chains
description: A workflow example that demonstrates key differences between agents and chains.
workflowFile: advanced-ai/examples/agents_vs_chains.json

View File

@ -0,0 +1,29 @@
---
contentType: howto
title: Add memory to OpenAI Assistant
description: A workflow example that demonstrates how to use chat memory manager to add memory to OpenAI Assistant.
workflowFile: advanced-ai/examples/chat_memory_manager_openai_assistant.json
---
# Add memory to OpenAI Assistant
Use Chat Memory Manager to add memory to OpenAI Assistant.
<figure markdown>
!["Screenshot of the workflow"](/_images/advanced-ai/examples/chat-memory-manager-openai-assistant.png)
<figcaption markdown>[Download the example workflow](/_workflows/[[ page.meta.workflowFile ]])</figcaption>
</figure>
## Key features
This workflow uses:
* [Chat Trigger](/integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/): start your workflow and respond to user chat interactions. The node provides a customizable chat interface.
## Using the example
[[% include "_includes/examples-color-key.html" %]]