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-10-13 22:51:15 -07:00
|
|
|
pub mod validated;
|
2025-09-12 19:18:27 -04:00
|
|
|
pub mod worker_spec;
|