Attribute Macros§
- rig_
tool - A procedural macro that transforms a function into a
rig::tool::Tool
that can be used with arig::agent::Agent
.
Derive Macros§
- Embed
- A macro that allows you to implement the
rig::embedding::Embed
trait by deriving it. Usage can be found below: - Provider
Client