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> { | ^^^^^