Targeted Branched Execution and Context Control? #6
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Thanks for trying cannoli! Looks like an awesome use case. For the portion re-writes, there are a few options that come to mind at the moment, let me know if these answer your question:
As for the context issues in the purple nodes: The content nodes don't make LLM calls, so they don't really have "context" in the same way as the LLM nodes. If you'd like to check what context an LLM node is seeing, use a logging arrow (2.1) to debug. The main tool for controlling context in call nodes are the If you'd like to see some specific examples of any of these suggestions to clarify, I'd be happy to make some! Just let me know. |
Beta Was this translation helpful? Give feedback.
Thanks for trying cannoli! Looks like an awesome use case.
For the portion re-writes, there are a few options that come to mind at the moment, let me know if these answer your question: