Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 693 Bytes

instructions.md

File metadata and controls

30 lines (18 loc) · 693 Bytes

SK Basics

Use core plugins

FileIOSkill

ConverationSummarySkill (requires OpenAI/Azure OpenAI)

Create a prompt

Create a text prompt

Create a configurable prompt

LLM basic

  • picking models
  • tokenization

Memories

Planner

Different types of planners BasicPlanner A simplified version of SequentialPlanner that strings together a set of functions. ActionPlanner Creates a plan with a single step. SequentialPlanner Creates a plan with a series of steps that are interconnected with custom generated input and output variables. StepwisePlanner Incrementally performs steps and observes any results before performing the next step.

Creating copilot plugins