Appearance
模块 2:Prompts(提示模板和输出解析器)
学习要点
- PromptTemplate:动态填充变量
- ChatPromptTemplate:对话式提示
- withStructuredOutput:结构化输出(使用 Zod)
- FewShotPromptTemplate:少样本学习
示例列表
- 01-prompt-template - 提示模板
- 02-chat-prompt-template - 对话式提示
- 03-output-parser - 结构化输出
- 04-few-shot-prompt - 少样本学习
运行方式
bash
npm run dev src/02-prompts/01-prompt-template.ts
npm run dev src/02-prompts/02-chat-prompt-template.ts
npm run dev src/02-prompts/03-output-parser.ts
npm run dev src/02-prompts/04-few-shot-prompt.ts