Kyle Burrows
Kyle Burrows
I have been using the `System.CommandLine` library at my enterprise for a few weeks now, I really appreciate how easy it makes the command line discoverability of the api. I...
I am looking at correct tool calls and the OTel logs look a lot different than what I showed above: ```text info: Microsoft.Extensions.AI.OpenTelemetryChatClient[1] {"finish_reason":"tool_calls","index":0,"message":{"tool_calls":[{"id":"call_rvreisdm","type":"function","function":{"name":"GitRepoTools_Repository","arguments":{"path":"C:\\Users\\******\\source\\repos\\******","skip":0,"take":30}}}]}} info: Microsoft.SemanticKernel.KernelFunction[0] Function GitRepoTools-Repository invoking. info:...
I have created a source generator that greatly simplifies the setup (currently using the new 2.0.0 release version). * Github: [MinimalCli](https://github.com/dotnetKyle/MinimalCommandLine) * NuGet: [MinimalCli](https://www.nuget.org/packages/MinimalCli/#readme-body-tab) This is the most minimalist approach...