llm-tool 0.9.3

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
error: #[llm_tool] parameter `b` must have a doc comment (used as the parameter description in the JSON schema)
 --> tests/ui/missing_param_doc.rs:8:5
  |
8 |     b: i64,
  |     ^