BaseInstructionsParams Base configuration
BuildDefaultParams Instructions configuration
Promise resolving to an array of Instruction
// Adding a single instruction
const instructions = await buildDefaultInstructions(
  { currentInstructions: existingInstructions },
  { instructions: newInstruction }
);
Builds a base set of instructions by combining existing instructions with new ones