Langgraph summarization node is never invoked #1593
Closed
romano-neosec
started this conversation in
Discussions
Replies: 1 comment
-
what did you do at the end? @romano-neosec |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using langgraph for running llm workflows and sometimes I stumble upon:
This model maximum context length is 128000 tokens.
To resolve it I tried summarization according to langgraph docs. However the summarization node is never invoked even for checking the number of messages ( i tried in debug).
Is there a way to resolve this issue and cause summarization node to run?
Beta Was this translation helpful? Give feedback.
All reactions