{"version":3,"file":"stuff_prompts.cjs","names":["PromptTemplate"],"sources":["../../../src/chains/summarization/stuff_prompts.ts"],"sourcesContent":["import { PromptTemplate } from \"@langchain/core/prompts\";\n\nconst template = `Write a concise summary of the following:\n\n\n\"{text}\"\n\n\nCONCISE SUMMARY:`;\n\nexport const DEFAULT_PROMPT = /*#__PURE__*/ new PromptTemplate({\n  template,\n  inputVariables: [\"text\"],\n});\n"],"mappings":";AAUA,MAAa,iCAA+B,yCAAIA,eAAe;CAC7D,UATe;;;;;;;CAUf,gBAAgB,CAAC,OAAO;CACzB,CAAC"}