1 2 3 4
/// OpenAI-compatible response payloads exposed by the gateway. pub mod response; /// OpenAI-compatible request and shared schema types used by the gateway. pub mod types;