07- Chaining functions in Semantic Kernel

Опубликовано: 10 Октябрь 2024
на канале: Learn Microsoft AI
1,569
16

Join this channel to get access to perks:
   / @vinothrajendran  
Semantic Kernel is an SDK that lets you combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C#, Python, and Java
Chaining functions: Semantic Kernel allows you to chain prompts and native functions together using the RunAsync method in C# or run_async method in Python. This way, you can create a sequence of functions that run with the same context object