llm-tool 0.9.2

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
error: #[llm_tool] functions must be free functions (no `self`)
 --> tests/ui/self_param.rs:8:18
  |
8 |     fn with_self(&self) -> Result<String, String> {
  |                  ^^^^^