-
I stored the thread_id in the State and had some assertions to check whether the thread_id somehow got changed. Now they are causing some AssertionErrors. Not really a big deal though. just interested in why this change is made. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Glinte the thread ID should not change for the parent graph. node name is appended to thread ID only for nested graphs, this is needed for using the same checkpointer with nested graphs (as part of the nested graph interrupt / resume functionality we're working on) |
Beta Was this translation helpful? Give feedback.
-
@Glinte this should be fixed in |
Beta Was this translation helpful? Give feedback.
@Glinte the thread ID should not change for the parent graph. node name is appended to thread ID only for nested graphs, this is needed for using the same checkpointer with nested graphs (as part of the nested graph interrupt / resume functionality we're working on)