Migrate production modules to raw outputs
This commit is contained in:
@@ -191,8 +191,11 @@ only; spell-cast artifacts must still be grounded in the source transcript.
|
||||
Package: `internal/modules/merge/appendorder`
|
||||
|
||||
The `appendorder` merger preserves chunk order for raw extract outputs. A
|
||||
single extract output is passed through as the merge output. Multiple extract
|
||||
outputs are wrapped in one JSON payload under `outputs`.
|
||||
single JSON extract output is passed through as the merge output. Multiple JSON
|
||||
object outputs with one common top-level array field are merged by concatenating
|
||||
that array field in chunk order. Other valid JSON shapes are merged as a JSON
|
||||
array of decoded values in chunk order. Non-JSON media types and invalid JSON
|
||||
are rejected.
|
||||
|
||||
Provides:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user