mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
wip
This commit is contained in:
parent
f09d7a12cb
commit
7148b70a50
@ -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
|
||||
|
||||
29
docs/advanced-ai/examples/chat-memory-manager.md
Normal file
29
docs/advanced-ai/examples/chat-memory-manager.md
Normal 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>
|
||||

|
||||
<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" %]]
|
||||
Loading…
Reference in New Issue
Block a user