导读
01背景
02AI 可以帮助我们做什么?
2.1 知识总结
prompt: 总结这篇文档https://kubernetes.io/ocs/concepts/overview/components/ 。
|
---|
prompt: 总结:https://zh.wikipedia.org/zh/%E6%B5%81%E6%B5%AA%E5%9C%B0%E7%90%832
|
---|
2.2 拆解任务
2.3 阅读代码/优化代码
prompt: 在每一行代码上面加上注释
|
---|
prompt:对代码进行优化和重构
|
---|
prompt: 这个函数怎么重构为更加通用?
|
---|
2.4 代码生成
将数据结构进行转换。数据源为:[ { "candidates": null, "candidatesX": null, "description": "role---用户角色", "label": "角色", "name": "role", "optional": true, "schema": null, "type": "String" },{ "candidates": null, "candidatesX": null, "description": "Topics of the pulsar server to create---需要创建的主题", "items": { "schema": [ { "candidates": null, "candidatesX": null, "description": "topic name---主题名称", "label": "主题名称", "name": "name", "schema": null, "type": "String" }, { "candidates": null, "candidatesX": null, "default": 1, "description": "partition number---分区数", "label": "分区数", "name": "partitions", "schema": null, "type": "Integer", "validator": ">0" } ], "type": "Object" }, "label": "主题列表", "name": "topics", "optional": true, "schema": null, "type": "List" }]我想要得到的数据是 type 为 List 的数据,并且数据结构为:[{type:List, name:"topics", needValidates:[{ name:"name", type:"String"},{name:"partitions", type:"Integer"}] }]
|
---|
2.5 生成单测
03Prompt 能力
3.1 Prompt 是什么?
3.2 Better Prompt
04总结
05分享
文章来源地址https://www.toymoban.com/news/detail-647548.html
文章来源:https://www.toymoban.com/news/detail-647548.html
到了这里,关于如何在工作中利用Prompt高效使用ChatGPT?的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!