batch-mode-process-response 0.2.5

Handles batch responses, errors, and JSON repairs in a batch processing system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// ---------------- [ File: batch-mode-process-response/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{process_batch_output_and_errors}
x!{process_error_data}
x!{process_output_data}
x!{process_output_file}
x!{process_error_file}
x!{handle_finish_reason_length}
x!{handle_successful_response}
x!{handle_failed_json_repair}
x!{save_failed_entries}
x!{deserialize_json_with_optional_fields_wrapper}