ArtifactInputConfig
Configuration for explicit artifact wiring between pipeline steps.
Replaces convention-based wiring with explicit declarations.
nameName (string)required
Input artifact name expected by this step's template
Examples:
- Example 1
- Example 2
- Example 3
Example:
input-textExample:
input-pdfExample:
chunksfrom_stepFrom Step (string)required
Name of the step that produces this artifact
Examples:
- Example 1
- Example 2
- Example 3
Example:
ocrExample:
fetch-entryExample:
chunkfrom_artifactFrom Artifact (string)required
Output artifact name from the source step
Examples:
- Example 1
- Example 2
- Example 3
Example:
output-markdownExample:
entry-fileExample:
chunksArtifactInputConfig
{
"from_artifact": "output-markdown",
"from_step": "ocr",
"name": "input-text"
}