pub async fn process_output_file<T>(
triple: &BatchFileTriple,
workspace: &dyn BatchWorkspaceInterface,
expected_content_type: &ExpectedContentType,
) -> Result<(), BatchOutputProcessingError>Expand description
- The core async function to process the output file for a given triple.
- Now we do NDJSON line-by-line parsing, just like the older batch-mode approach.