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