#每天一个知识点#
#提示工程#

Langchain 模型层Prompt Template 结构化数据的原理,就是在Prompt结尾加了如下文案:

The output should be a markdown code snippet formatted in the following schema, including the leading and trailing "```json" and "```":

```json
{
"key1": string ,
"key2": string
}

这就是一个很棒、很典型的 提示工程[奸笑]
展开
6