#每天一个知识点#
#提示工程#
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
}
这就是一个很棒、很典型的 提示工程
。
#提示工程#
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
}
这就是一个很棒、很典型的 提示工程
![[奸笑]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_17.bcebf79.png)
展开
6
6