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