openai-types 0.1.3

Typed OpenAI API models — zero dependencies beyond serde
Documentation
//! responses types — auto-managed by py2rust.

#[allow(clippy::all)]
mod _gen;
pub use _gen::*;

pub mod common;
pub use common::*;

pub mod create;
pub use create::*;

pub mod input;
pub use input::*;

pub mod output;
pub use output::*;

pub mod response;
pub use response::*;

pub mod streaming;
pub use streaming::*;

pub mod tools;
pub use tools::*;