Devis Lucato

Results 288 comments of Devis Lucato

Thanks, so, yeah, this is part of a major change we need to make, inverting the way dependencies are used by functions. We need to store in functions a reference...

hi @danpere we added this a couple of weeks ago: https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example26_SemanticFunctionsUsingChatGPT.cs allowing to use chat endpoints for semantic functions, e.g. ```csharp kernel.Config.AddAzureChatCompletionService("id", "gpt-35-turbo", "https://....openai.azure.com/", "...API KEY..."); var func = kernel.CreateSemanticFunction(...

The solution above hides the fact you're dealing with a chat history, object, in fact the history is created from scratch every time. About the second part of your message,...

Done https://github.com/microsoft/semantic-kernel/pull/804

@lemillermicrosoft yeah I was thinking the same but I felt like I shouldn't touch the global rules. @shawncal thoughts?

the issue should be solved https://github.com/microsoft/semantic-kernel/pull/987

I'm definitely going to take this in somehow :-)

I'd like to merge this today but somehow github continues to report conflicts, resetting the approval flags