//! Voice-related types.
use ;
use Value;
/// Request for voice chat completions.
///
/// Note: The exact structure is not well-documented in the API.
/// This uses a generic JSON value to accommodate any request format.
/// Response from voice chat completions.
///
/// Note: The exact structure is not well-documented in the API.
/// This uses a generic JSON value to accommodate any response format.