Enhancing Agent Nodes with Full Conversation Context #15809
Closed
xiandan-erizo
started this conversation in
Suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In the chatflow, LLM nodes can access the full conversation history through context, but Agent nodes can only see the user's latest input. This limits the Agent nodes' ability to make context-aware tool calls based on the entire conversation history. For example, if the user's intent is inferred from earlier interactions, the Agent node will struggle to provide accurate responses due to the lack of context.


2. Additional context or comments
Accessing the full conversation history in Agent nodes is crucial for complex tool calls that require context awareness. This functionality would be beneficial in many scenarios, such as customer support or multi-turn conversations where context is essential. I would be very interested to learn about any existing solutions or workarounds.
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions