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)