This compares the F# playground with popular C# code.π₯π₯π₯
This repository contains F# implementations of the Semantic Kernel Getting Started samples, originally provided in C#.
- step8_pipelining.fs: Demonstrates the creation and usage of a pipeline for processing JSON data, including validation against a JSON schema and applying a series of operations.
- step2_add_plugins.fs: Illustrates how to add custom plugins to the Semantic Kernel, including a plugin for retrieving the current UTC time and another for creating widgets with specified strong types and colors.
Original C# version can be found at Semantic Kernel Getting Started.