mirror of https://github.com/0xplaygrounds/rig
Make doc linter happy
This commit is contained in:
parent
0dcfaac911
commit
9cb7a38cb4
|
@ -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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue