Expand description
Tool Builder for Runtime Tool Construction
This module provides a builder pattern for creating tools at runtime without requiring procedural macros. This is Level 3 of the tool creation spectrum.
Structs§
- Dynamic
Tool - Dynamic tool created by ToolBuilder
- Tool
Builder - Builder for creating tools at runtime
Type Aliases§
- Dynamic
Tool Fn - Type alias for dynamic tool execution function