We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Multiple people asked me if there's a simple way to reset parameter node value back to original. Will work on adding this.
The text was updated successfully, but these errors were encountered:
But to support LangGraph, we might need a more general reset() on the parameter level, not just on the @model level.
reset()
@model
Sorry, something went wrong.
Do you mean to reset it to the first value that the parameter is initialized to? or setting it to some user-given value?
Initial value (This request was asked by Xavier and some other people)
We can create a new attribute/property for a node, e.g., init_data, which supports read and write.
allenanie
No branches or pull requests
Multiple people asked me if there's a simple way to reset parameter node value back to original. Will work on adding this.
The text was updated successfully, but these errors were encountered: