Roger Barreto

Results 74 comments of Roger Barreto

@Beau-Gosse-dev, @as14692 please follow the instructions on our [Feature Branch Strategy]( https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0031-feature-branch-strategy.md) provided by @markwallace-microsoft above. Feature branch for Amazon Bedrock was created, on the next PR's please target this...

Suggest adding an example on how we can retrieve a generic in the `Concepts\Functions\KernelMethod_Types.cs`. I may be trying the open generics here, but would be super nice if we could...

@EachShow, mind providing some pieces of the code you are using? This is a very central API method where we have plenty of UnitTests, we need to understand what's the...

@EachShow We had many updates to our streaming APIs regarding the latest 90 days, let me know if you still have this issue. Thanks.

After trying to reproduce this error in the latest version of Semantic Kernel. (1.33) I was not able to reproduce the above problem. Here's what I have done: 1. Installed...

After investigating further **I wasn't able to reproduce the error** and **everything worked as expected** below: ![Image](https://github.com/user-attachments/assets/cf9d4286-f79f-481f-9ab9-9bac4be450e0) The provided Code wasn't complete, here's what I did. 1. Installed the latest...

Thanks @arafattehsin for the updated, will dig a bit further into that.

> I did a bit of digging and I can tell you that the above sample works well. However, the above code doesn't talk about: > > * JSON Schema...

@feiyun0112 Thanks for the contribution!

This PR was closed after `Microsoft.Extensions.AI.IChatClient` abstractions were introduced, and became supported in the C# ecosystem, where you can convert a `IChatClient` to a `SK.IChatCompletionService` transparently. In a near future...