Skip to main content

AudioChunkCall

Type Alias AudioChunkCall 

Source
pub type AudioChunkCall = Arc<dyn Fn(AudioChunkRequest) -> IntelligenceFuture + Send + Sync + 'static>;
Expand description

Typed structured-audio call implemented by the application intelligence router.

Aliased Typeยง

pub struct AudioChunkCall { /* private fields */ }