forked from giselles-ai/giselle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(execution): Add node content override capability
Add ability to override node content dynamically during execution - Add OverrideData interface for specifying node content changes - Implement content override logic in executeStep - Add GitHub webhook support for issue and comment data injection - Support overriding both text and textGeneration node types This enables dynamic content injection into workflow nodes, particularly useful for webhook-triggered executions where external data needs to be incorporated into the flow. BREAKING CHANGE: executeStep now accepts overrideData parameter that can modify node content during execution
- Loading branch information
1 parent
d86c78b
commit d42db49
Showing
2 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters