Skip to main content

TextGenerationCall

Type Alias TextGenerationCall 

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

Typed tool-free text call implemented by the application intelligence router.

Aliased Typeยง

pub struct TextGenerationCall { /* private fields */ }