The idea is:
Partial Execution for AI Tools is a great feature to reduce costs and latency during testing. However, since the popup relies on the $fromAI("message")
function, it’s currently not compatible with the HTTP Request tool, which requires using the {message}
syntax instead.
Two possible improvements (in order of preference):
- Enable support for
$fromAI("message")
in the HTTP Request tool. - Extend the popup’s compatibility to also recognize
{variable}
syntax, not just$fromAI("...")
.
My use case:
I often rely on the HTTP node either because:
- The desired tool isn’t supported natively.
- The native node is not fully implemented or lacks certain features.
Why this matters:
Making the HTTP node compatible with Partial Execution would bring it in line with other nodes, allowing for more consistent and flexible development of AI-based workflows.