Skip to main content

Tools

Type Alias Tools 

Source
pub type Tools = Vec<ToolDefinition>;
Expand description

A collection of tools. Use this type instead of Vec<ToolDefinition> to make it easier to track where tool sets are assembled, passed, and filtered across the codebase.

Aliased Typeยง

pub struct Tools { /* private fields */ }