This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#:package Microsoft.SemanticKernel@* | |
#:package Microsoft.SemanticKernel.Connectors.Ollama@1.65.0-alpha | |
#:package Microsoft.SemanticKernel.Plugins.OpenApi@* | |
#:package Microsoft.Extensions.DependencyInjection@10.0.0-rc.1.25451.107 | |
#:package Microsoft.Extensions.Logging.Console@10.0.0-preview.7.25380.108 | |
#:property PublishAot=false | |
using System.Web; | |
using Microsoft.Extensions.DependencyInjection; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#:package Azure.AI.OpenAI | |
#:package Microsoft.Extensions.AI | |
#:package Microsoft.Extensions.Logging.Console@10.0.0-preview.5.25277.114 | |
#:package Microsoft.Extensions.AI.OpenAI@9.5.0-preview.1.25265.7 | |
using Azure.AI.OpenAI; | |
using Microsoft.Extensions.AI; | |
using Microsoft.Extensions.Logging; | |
using System.ClientModel; | |
using System.Diagnostics; |