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
Can you share the use case and describe why you need this? I don't see the differences by add a if/else before the llm node, and it is more flexible. By add this duplicated feature into llm self seems unnecessary to me.
In this situation, the node executing SQL needs to use the SQL generated earlier. Although this can be solved by adding session variables, session variables will cause the final reply stage to only reply in full at once, and there is no way to respond in a streaming manner
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Can we add an optional feature to LLM nodes that only executes when a certain condition is met, otherwise it returns the default value
2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: