openai-protocol 1.7.0

OpenAI-compatible API protocol definitions and types
Documentation
1
2
3
4
5
6
7
8
//! Builders for Realtime API types

pub mod client_event;
pub mod response;
pub mod server_event;

pub use response::RealtimeResponseBuilder;
pub use server_event::{ContentEventBuilder, ItemEventBuilder, ResponseEventBuilder};