Skip to main content

all_tools_full

Function all_tools_full 

Source
pub fn all_tools_full(
    skills: Arc<Vec<Skill>>,
    provider: Arc<dyn Provider>,
    project_path: PathBuf,
) -> Vec<Box<dyn Tool>>
Expand description

Build full toolset with provider and project path.