Dmytro Struk

Results 69 comments of Dmytro Struk

> The only thing it saves is a public property exposing the collection the Kernel constructor got. That's a few lines of code. Am I misunderstanding? That's correct, public property...

@eamon-keane @MichaelHomme thanks for reporting this issue. I fixed path issues and also updated version of SK in notebooks to `1.11.1` in this PR: https://github.com/microsoft/semantic-kernel/pull/6273

@markwallace-microsoft I think this task depends on when this property will be available on Azure .NET SDK side, is that correct?

> We're currently updating our filters so that they can allow developers to override / customize the error and cancelation messages for the LLM. PR for this functionality is here:...

> Are we keeping filter properties on the Kernel Based on comments, filter properties are still useful and adding new type of filters to Kernel type should not be complex:...

> Verify API docs are complete and arrange to have them published - [AutoFunctionInvocationContext Class](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.autofunctioninvocationcontext?view=semantic-kernel-dotnet) - [IAutoFunctionInvocationFilter Interface](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.iautofunctioninvocationfilter?view=semantic-kernel-dotnet) - [FunctionInvocationContext Class](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.functioninvocationcontext?view=semantic-kernel-dotnet) - [IFunctionInvocationFilter Interface](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.ifunctioninvocationfilter?view=semantic-kernel-dotnet) - [IPromptRenderFilter Interface](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.ipromptrenderfilter?view=semantic-kernel-dotnet) - [PromptRenderContext Class](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.promptrendercontext?view=semantic-kernel-dotnet)

> Update table in EXPERIMENTS.md Remove SKEXP​ flag from Filters code https://github.com/microsoft/semantic-kernel/pull/7004

@SteveSandersonMS Thanks a lot for your detailed feedback! In short, most of the memory connectors were added at early stage of Semantic Kernel and some of them are not optimized...

Speaking about resilience in general, for each connector it will be probably configured in different ways, because in some connectors we use `HttpClient`, and as @stephentoub mentioned, we should get...

> Hello @dmytrostruk Can you please suggest to me where I can add the above custom HttpClient Example in main code . @N-E-W-T-O-N That's awesome, thanks for validating this idea...