-
Hi there, I followed the instructions in the tool-support-md and I am not able to get code generation to work. The WeatherTool class is never generated. I had fall back to the manual way to add using the suggested code in tool-support-md, however I am not sure where IInvokableTool or IAsyncInvokableTool interfaces get added. As a result, in the DefaultToolInvoker it fails both tests: if (tool is IInvokableTool i) so the function never gets called.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorted - code gen is sensitive to dotnet version. |
Beta Was this translation helpful? Give feedback.
Sorted - code gen is sensitive to dotnet version.