Skip to main content

PrepareToolsFn

Type Alias PrepareToolsFn 

Source
pub type PrepareToolsFn<Deps> = Arc<dyn Fn(&RunContext<Deps>, Vec<ToolDefinition>) -> BoxFuture<'static, Result<Vec<ToolDefinition>, ToolError>> + Send + Sync>;

Aliased Typeยง

pub struct PrepareToolsFn<Deps> { /* private fields */ }