Function create_batch_input_file

Source
pub fn create_batch_input_file(
    requests: &[LanguageModelBatchAPIRequest],
    batch_input_filename: impl AsRef<Path>,
) -> Result<(), BatchInputCreationError>