mod.rs 198 Bytes
Newer Older
1
2
3
// Protocol definitions and validation for various LLM APIs
// This module provides a structured approach to handling different API protocols

4
pub mod spec;
5
pub mod validation;
6
pub mod worker_spec;