import { type PromptTemplate } from "@langchain/core/prompts"; export abstract class SystemInstruction { abstract get getInstruction(): PromptTemplate; }