Crate rexis_macros

Crate rexis_macros 

Source
Expand description

Procedural macros for RSLLM tool calling

This crate provides the #[tool] and #[arg] attribute macros for easy tool definition.

Attribute Macrosยง

arg
The #[arg] attribute for marking individual tool parameters
context
The #[context] attribute for marking context parameters
tool
The #[tool] attribute macro for easy tool definition