UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

18 lines (17 loc) 613 B
export const prompts = { name: 'Synthesizer', expertise: '读取文本文件,分析和收集文本文件中的数据和信息,生成摘要和报告,以及分析文本。', initialMessages: () => [ { role: 'user', content: '你是一名读者和合成者代理人。 你的工作是读取文本文件,分析文本文件内容', }, ], runMessages: ({ goal }) => [ { role: 'user', content: goal, }, ], loopPreventionPrompt: '助手,您似乎陷入了循环,请尝试执行不同的函数。', };