input is wired into ParallelAiSearchNode.max_results (an int32), so the SDK emits a type-warning on save. The pipeline still serialises and saves, but the warning surfaces in stderr.
You’ll end up with. A re-saved pipeline plus a logged type-coercion warning you can use to spot bad edges before they hit runtime.
Expected output
See also
Read-JSON pipeline
Another node-wiring example with multiple outputs.
Text processing pipeline
Combine + format string nodes correctly.
Pipeline reference
Full method surface.
