Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(interrupt): match signature of GraphInterrupt created in interrupt() #703

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

dqbd
Copy link
Contributor

@dqbd dqbd commented Dec 5, 2024

Fixes # (issue)

@dqbd dqbd changed the title fix(interrupt): match signature of interrupt() fix(interrupt): match signature of GraphInterrupt created in interrupt() Dec 5, 2024
jacoblee93
jacoblee93 previously approved these changes Dec 5, 2024
Copy link
Collaborator

@jacoblee93 jacoblee93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

nfcampos
nfcampos previously approved these changes Dec 5, 2024
@dqbd dqbd dismissed stale reviews from nfcampos and jacoblee93 via 426cb91 December 5, 2024 00:47
@@ -143,7 +143,7 @@ export class StreamMessagesHandler extends BaseCallbackHandler {
(tags === undefined || !tags.includes(TAG_HIDDEN))
) {
this.metadatas[runId] = [
(metadata.langgraph_checkpoint_ns as string).split("NS_SEP"),
(metadata.langgraph_checkpoint_ns as string).split("|"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is available as CHECKPOINT_NAMESPACE_SEPARATOR btw

@nfcampos nfcampos merged commit 2c4c049 into main Dec 5, 2024
19 checks passed
@nfcampos nfcampos deleted the dqbd/interrupt-resumable-types branch December 5, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants