Pass the contents of an AI agent's Memory to the tool , Call n8n Workflow Tool

Pass the contents of an AI agent’s Memory to the tool , Call n8n Workflow Tool

Specifically, a workflow with an AI agent that calls another workflow through a Tool with a “Call n8n Workflow Tool” if you need it, how do you pass the entire context, that is, the contents of the AI ​​agent’s Memory? So that the next workflow has the context? And not just the last question/answer, I haven’t found the “easy” and “efficient” way to do it.

I this case you could use the “Chat memory manager node”.
It has the option the retrieve messages, without altering the chat history.

Just give the session_id it’s going to use to retrieve the correct chat session.

.

:point_right: If my reply answers your question, please remember to mark it as a solution.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.