@kernel_function(description="Provides a list of specials from the menu.") @kernel_function(description="Provides the price of the requested menu item.") def get_item_price( self, menu_item: Annotated ...
An example that shows how to use Semantic Kernel and Kernel Memory to work with embeddings in a .NET application using SQL Server as Vector Database.