43 lines
999 B
JSON
43 lines
999 B
JSON
{
|
|
"manifest": {
|
|
"pipeline_id": "walking-skeleton",
|
|
"pipeline_digest": "sha256:437d7ff486c336ddba38654ea00b7ef9dd6e49ce09f468698202ad8fc459bdcd",
|
|
"validation_status": "approved",
|
|
"artifact_lanes": [
|
|
{
|
|
"id": "events",
|
|
"extractor": "fake/extract",
|
|
"merger": "appendorder",
|
|
"normalizer": "noop"
|
|
}
|
|
]
|
|
},
|
|
"normalize_outputs": [
|
|
{
|
|
"lane_id": "events",
|
|
"normalizer_key": "noop",
|
|
"source_id": "fixture-source",
|
|
"schema": {
|
|
"id": "fake_event",
|
|
"name": "fake_event",
|
|
"version": "v1"
|
|
},
|
|
"media_type": "application/json",
|
|
"content": {
|
|
"outputs": [
|
|
{
|
|
"chunk_id": "fixture-source:chunk:0",
|
|
"llm_call": 1,
|
|
"text": "First event. Second event."
|
|
},
|
|
{
|
|
"chunk_id": "fixture-source:chunk:1",
|
|
"llm_call": 2,
|
|
"text": "Third event."
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|