Skip to main content

ToModelOutputFn

Type Alias ToModelOutputFn 

Source
pub type ToModelOutputFn = Arc<dyn Fn(ModelOutputArgs<'_>) -> ToolResultOutput + Send + Sync>;
Expand description

Converts an execution output into what the model receives.

Aliased Typeยง

pub struct ToModelOutputFn { /* private fields */ }