add_batch(...) LLM nodes fan out across each input independently.
You’ll end up with. A saved Batch Config Example pipeline whose batch_refine node consumes the vectorised output of batch_llm. No output nodes are wired because vec<T> isn’t yet a supported OutputNode type.
Expected output
add_batch(...) is identical to add(...) except it sets execution_mode="batch" and treats vectorisable inputs as lists.
See also
Sub-pipelines (list mode)
Fan out a sub-pipeline across a list of inputs.
Intermediate results
Inspect every node’s output as it streams.
Pipeline reference
Full method surface.
