Replies: 4 comments
-
|
That's odd, on the plain example as well? What version of rust are you on? Have you tried a cargo clean? |
Beta Was this translation helpful? Give feedback.
-
On the plain example, it was a fresh copy and I didn't even build. |
Beta Was this translation helpful? Give feedback.
-
|
Right, I've been trying to manually reproduce this with the latest nightly / stable. Both in vscode, neovim and a manual check. Everything seems to work correctly, I don't have issues. @Lawouach Could you update nightly and rust analyzer to the latest version and check if the issue persists? |
Beta Was this translation helpful? Give feedback.
-
|
Indeed, thanks! I have switched to it yesterday. Thanks. I've also swapped the from function tool to struct tool so I don't see the issue with rust-analyzer. I'll close this one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thank you for this excellent framework!
I was building a basic tool using the macro and noticed rust-analyzer (in vscode) was complaining that the call was missing its arguments.
I figured I might have done something wrong but I get the same issue with the hello_agent.rs example.
For example, for
search_code():expected 2 arguments, found 0.Is there something I'm doing wrong? :)
Beta Was this translation helpful? Give feedback.
All reactions