rig-derive 0.42.0

Internal crate that implements Rig derive macros.
Documentation
1
2
3
4
5
6
error: a tool function may have at most one `&mut ToolContext` parameter
  --> tests/ui/tool_context/fail_multiple_contexts.rs:10:5
   |
10 | /     #[rig(context)]
11 | |     second: &mut ToolContext,
   | |____________________________^