├── .devcontainer └── devcontainer.json ├── .gitignore ├── LICENSE ├── README.md ├── imgs ├── 05CreateCodeSpace.png ├── 10SampleCode.png ├── 15Samplerun.png └── SK and GH Models.png └── src ├── GithubModelsAndSemanticKernel.sln ├── Program.cs └── sk-ghmodels-01.csproj /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/README.md -------------------------------------------------------------------------------- /imgs/05CreateCodeSpace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/imgs/05CreateCodeSpace.png -------------------------------------------------------------------------------- /imgs/10SampleCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/imgs/10SampleCode.png -------------------------------------------------------------------------------- /imgs/15Samplerun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/imgs/15Samplerun.png -------------------------------------------------------------------------------- /imgs/SK and GH Models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/imgs/SK and GH Models.png -------------------------------------------------------------------------------- /src/GithubModelsAndSemanticKernel.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/src/GithubModelsAndSemanticKernel.sln -------------------------------------------------------------------------------- /src/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/src/Program.cs -------------------------------------------------------------------------------- /src/sk-ghmodels-01.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elbruno/GithubModelsAndSemanticKernel/HEAD/src/sk-ghmodels-01.csproj --------------------------------------------------------------------------------