Add override state value field to initialize_from
#416
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Contributors wanted!
storage
Is your feature request related to a problem? Please describe.
When forking from state, we might want to augment the state as part of debugging/forking.
Describe the solution you'd like
To be able to modify the starting state when using
initialize_from
to build the initial state.Use cases:
For the UI:
Describe alternatives you've considered
You can do this today, it just happens outside of the application builder:
Additional context
This just reduces some boilerplate.
The text was updated successfully, but these errors were encountered: