Langgraph summarization node is never invoked #1593
Closed
romano-neosec
started this conversation in
Discussions
Replies: 3 comments
-
what did you do at the end? @romano-neosec |
Beta Was this translation helpful? Give feedback.
0 replies
-
still doesn't work |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any luck @romano-neosec? I am facing this issue and the llm runs into infinite call. Also, the given example on the doc is not running. Raising key error, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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