yoi/crates/llm-worker/tests/ui/cache_locked_register_tool.stderr
2026-04-04 03:30:49 +09:00

9 lines
380 B
Plaintext

error[E0599]: no method named `register_tool` found for struct `Worker<OllamaClient, CacheLocked>` in the current scope
--> tests/ui/cache_locked_register_tool.rs:10:20
|
10 | let _ = locked.register_tool(def);
| ^^^^^^^^^^^^^ method not found in `Worker<OllamaClient, CacheLocked>`
|
= note: the method was found for
- `Worker<C>`