You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DependentString model and integrate into NodeTemplate and GraphTemplate
- Introduced a new DependentString model to manage dependent values and their relationships.
- Updated NodeTemplate to include a method for generating dependent strings from input values.
- Enhanced GraphTemplate with validation for input dependencies using the new DependentString model.
- Refactored existing code to utilize the new model, improving clarity and maintainability.
These changes enhance the handling of dependent values within templates, ensuring better validation and structure in the graph management process.
raiseAttributeError(f"Output field '{dependency_string.dependents[key].field}' not found on current state '{current_state.identifier}' for template '{next_state_node_template.identifier}'")
raiseAttributeError(f"Output field '{field}' not found on current state '{current_state.identifier}' for template '{next_state_node_template.identifier}'")
0 commit comments