Manuel Naujoks

Results 24 comments of Manuel Naujoks

I share your frustration with dotnet interactive on colab! Unfortunately I don't get your script to work either. Here is my attempt using [it](https://github.com/houstonhaynes/scripts/blob/main/colab_dotnet9.sh) verbatim: It logs to have dotnet...

Unfortunately it does not even run through: "NoSuchKernel: No such kernel named .net-csharp" ![Image](https://github.com/user-attachments/assets/57851b27-8892-4189-a5d8-a3dd1421d357) Does it work when you run it? Here is my attempt:

Looking forward to seeing this pr merged 👍

@ManuInNZ which version of Fara are you using on ML Studio? This one: [`bartowski/microsoft_Fara-7B-GGUF`](https://huggingface.co/bartowski/microsoft_Fara-7B-GGUF)?

Why not use the original model from Microsoft and not some third party variant?

I am also looking for podman support. `alias docker=podman` does not work.

Seems related to https://github.com/modelcontextprotocol/inspector/issues/576. Like @ptc-ccrabb mentioned, the RFC9728 is pretty clear that the first request made should be to the resource itself, which will explain how it is protected....

I also need function calling with bedrock (claude). In my [experiments](https://github.com/halllo/DotnetAgentExperiments) I get an the following exception as soon as I add `PromptExecutionSettings` with `FunctionChoiceBehavior.Auto()`: ``` Microsoft.SemanticKernel.Connectors.Amazon.Core.BedrockChatCompletionClient[0] Can't converse with...

Hello @Douuuglas. Thanks for taking the time to take a look. With your proposed change I don’t see the exception anymore, but it also does not invoke the function. Is...

I have now built my own function calling abstraction over the `IAmazonBedrockRuntime`: ```csharp await agent.Do( task: "Get the most popular song played on the radio station RGBG and rate it...