llm-tool 0.9.3

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
error: #[llm_tool] functions must have a doc comment (used as the tool description), or use #[llm_tool(description = "...")]
 --> tests/ui/missing_doc.rs:4:4
  |
4 | fn no_docs(
  |    ^^^^^^^