loopctl-derive 0.3.0

Derive macro for the loopctl Tool trait
Documentation
1
2
3
4
5
error: unknown `tool` attribute; expected one of: name, description, read_only, concurrency_safe, system_prompt, handler, allow_extra
 --> tests/ui/unknown_attr.rs:6:27
  |
6 | #[tool(description = "x", totally_made_up = 1)]
  |                           ^^^^^^^^^^^^^^^