Crate universal_tool_macros

Crate universal_tool_macros 

Source
Expand description

Universal Tool Framework (UTF) Procedural Macros

This crate provides the procedural macros that power UTF’s code generation. Users should depend on universal-tool-core, not this crate directly.

See parser.rs for detailed documentation on the feature propagation system.

Attribute Macros§

universal_tool
Attribute macro for individual tool methods within a universal_tool_router impl block.
universal_tool_router
The main attribute macro for defining universal tools.