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

Add a starting node, starting from the node pointed to by the starting node, to facilitate testing of long and complex orchestrations. #40

Open
wangwox opened this issue Jun 25, 2024 · 2 comments

Comments

@wangwox
Copy link

wangwox commented Jun 25, 2024

Add a starting node, starting from the node pointed to by the starting node, to facilitate testing of long and complex orchestrations.

@blindmansion
Copy link
Member

@wangwox That's a good idea, ill see what that might look like.

In the meantime, there is a workaround that is useful for testing large cannolis where you want to run just a part:
If you create a group and label it "cannoli", only the nodes within that group will be run.

Hope that helps!

@wangwox
Copy link
Author

wangwox commented Jun 26, 2024

@blindmansion

For example, I have a process with ten nodes. I am not satisfied with the input after the fifth node during the first run.
So I need to modify the prompt word for the fifth node.
After the modification, I will point the arrow of the starting node to the fifth node. After clicking Run, I will run from the fifth node back, and the output of the previous four nodes will be used as the history record of the conversation.
Regarding the method you mentioned, I will give it a try. Thank you very much.

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

No branches or pull requests

2 participants