Mike Yeager

Results 18 comments of Mike Yeager

@christothes Thank you for all of your help. We never did get logging to work, either locally or when deployed to Azure, but in our attempts to do so, we...

In my case, aside from multiple configuration files, the endpoint was overridden in the yaml file itself. I copied it from a sample and didn't notice the setting and didn't...

I'm not seeing the Microsoft.Windows.AI namespace after updating the SDK to 1.7 Experimental 3. I restarted VS and re-built. I have not yet updated Windows to the latest Insider Preview....

I'll get that updated tonight. Thanks!

@wayliums ``` ``` The exact error message is the title of this issue: `Invalid prompty template. Header and content could not be parsed.` The stack trace is: ``` at Microsoft.SemanticKernel.Prompty.KernelFunctionPrompty.ToPromptTemplateConfig(String...

Thanks @sethjuarez. I wonder if it's related to this: https://github.com/microsoft/semantic-kernel/issues/8154 I guess I'll wait for a new release of SK and see if it's fixed. If not, I will re-post...

I just tried Microsoft.SemanticKernel.Prompty 1.46.0-alpha and it still does not work. Apparently, it's not related to https://github.com/microsoft/semantic-kernel/issues/8154. I'll try posting over there as well, but any help is appreciated.

@andrueastman Sorry for the delay, was sidelined with BUILD. The docs can be found here: https://learn.microsoft.com/en-us/graph/api/calltranscript-get?view=graph-rest-1.0&tabs=csharp Check out Examples 2 & 3 (choose C#). In example 3 it mentions you...