llm-tool 0.9.4

Framework-agnostic Rust tool definitions for LLM agents
Documentation
1
2
3
4
5
6
7
error: `env(...)` requires `description_file = "..."` or `description = "..."`
 --> tests/ui/env_without_description.rs:4:1
  |
4 | #[llm_tool(env(API_KEY = "secret"))]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `llm_tool` (in Nightly builds, run with -Z macro-backtrace for more info)