2025-08-18 18:07:58 -07:00
|
|
|
// Protocol definitions and validation for various LLM APIs
|
|
|
|
|
// This module provides a structured approach to handling different API protocols
|
|
|
|
|
|
2025-08-22 14:18:47 -07:00
|
|
|
pub mod spec;
|
2025-08-19 13:25:53 -07:00
|
|
|
pub mod validation;
|
2025-09-12 19:18:27 -04:00
|
|
|
pub mod worker_spec;
|