Skip to content

Latest commit

 

History

History

Plugins

Plugins

Demonstrates how to generate programs (plans) that target Semantic Kernel and Open API plugins. The Plugins example also shows how to:

  • Use a Program Interpreter to invoke plugins
  • Produce Schema from metadata that originates from outside of the .NET type system. Sources could include plugin manifests, Open API specs and other sources.

For best and consistent results, use GPT-4.

Sample plugins:

  • ShellPlugin (file system operations)
  • StringPlugin (String manipulation)
  • TimePlugin (Time operations)

Target models

For best and consistent results, use gpt-4.

Usage

Example prompts can be found in input.txt.