Chris

Results 46 comments of Chris

@matthewbolanos - Signature modification also indicated for https://github.com/microsoft/semantic-kernel/issues/6813.

@matthewbolanos - For the Open AI Assistant case, a run can produce multiple messages which are sometimes separated by tool calls that might have latency (i.e. code-interpreter). `IAsyncEnumerable` enables earlier...

Hi @BenoityipMSFT, [ConnectionProvider](https://learn.microsoft.com/en-us/dotnet/api/system.clientmodel.primitives.connectionprovider?view=azure-dotnet-preview) is certainly defined in `System.ClientModel`; however, I cannot repro in my own project locally [1.47.0 - 1.50.0]. Here is the source: ```xml Exe net8.0 enable enable $(NoWarn);SKEXP0110...

Working together on a call, we discover that this issue occurs when the `Azure.Identity` package is included as an explicit project dependncy. As a work-around, Ben is unblocked by removing...

> I was just having a conversation with a colleague about whether it makes sense to implement a remote Agent based on an API, and now I come across this...

Yes. As the history for a `ChatCompletionAgent` grows, the ability to truncate according to various strategies becomes increasingly useful. - Summarization - Recent N - Custom

I agree description should be validated early. Looking...

Agree its confusing. I question the priority of the "re-use" scenario. Once a collection is associated with a `Kernel` instance, its understable that a developer will intuitively consider them bound....