batch-mode-batch-schema 0.2.4

Defines the schema and structures for batch processing, including batch choices, message roles, error handling, and token management, with support for JSON deserialization and validation.
Documentation
1
2
3
4
5
// ---------------- [ File: batch-mode-batch-schema/src/imports.rs ]
pub(crate) use batch_mode_3p::*;
pub(crate) use batch_mode_batch_scribe::*;
pub(crate) use batch_mode_json::*;
pub(crate) use save_load_traits::*;