Rupesh Kumar
Rupesh Kumar
in my case following was root cause and soltuions Cause: 1) When I delete a project from soltuion (thru visual studio), Folder (which was supposed to be deleted) was locked...
@jsquire you can specify the data source like this ``` var config = new AzureOpenAIChatCompletionWithDataConfig { CompletionApiKey = "xxx", CompletionApiVersion = "2023-08-01-preview", CompletionEndpoint = "https://xxx.openai.azure.com", CompletionModelId = "gpt432k", DataSourceApiKey =...
I solved it by diff way... ``` var link = "SomeOtherUrl/" + forecast.SomeValue; @forecast.SomeValue Detail ```