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

lib: Add support for returning multiple commands from a node #2658

Merged
merged 3 commits into from
Dec 5, 2024

Conversation

nfcampos
Copy link
Contributor

@nfcampos nfcampos commented Dec 5, 2024

No description provided.

@@ -220,18 +220,6 @@ def logic(inp: str) -> str:
class State(TypedDict):
hello: str

def node_a(state: State) -> State:
Copy link
Collaborator

Choose a reason for hiding this comment

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

ooc, why remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this isn't intended to raise exception, not sure why this was still here

@nfcampos nfcampos enabled auto-merge December 5, 2024 23:11
@nfcampos nfcampos merged commit b7e441d into main Dec 5, 2024
59 checks passed
@nfcampos nfcampos deleted the nc/5dec/return-multiple-commands branch December 5, 2024 23:16
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.

2 participants