Execute Plugin Function
image

Semantic Kernel starts with it's plugins.
Think of a plugin as a bunch of functions that can be used in AI apps and services. These functions can do different things, and you can combine them in an AI app to make it do what you want.
Functions can come from several sources, depending on what type of plugin they are apart of.

  • Prompt - These are functions that use a prompt and an AI model to generate a response.
  • Native - These are functions that execute native C# or Python code
  • External - These are functions that come from external sources, such as REST apis or ChatGPT Plugins.

In this module, you'll select a plugin and then a function from that plugin. After that you may need to add some context variables (inputs for the function) if necssary, and finally execute the function.

An unhandled error has occurred. Reload 🗙