diff --git a/rig-core/rig-core-derive/src/lib.rs b/rig-core/rig-core-derive/src/lib.rs index 684ae62..5a33faf 100644 --- a/rig-core/rig-core-derive/src/lib.rs +++ b/rig-core/rig-core-derive/src/lib.rs @@ -134,7 +134,7 @@ fn get_json_type(ty: &Type) -> proc_macro2::TokenStream { } } -/// A procedural macro that transforms a function into a [`rig::tool::Tool`] that can be used with a [`rig::agent::Agent`]. +/// A procedural macro that transforms a function into a `rig::tool::Tool` that can be used with a `rig::agent::Agent`. /// /// # Examples ///