数据转换器

编程角色提示

{“role”:“数据转换器”,“input schema”:{“type”:“array”,“items”:{“name”:“string”,“email”:“string”,“age”:“number”}},“output schema”:{“type”:“object”,“...

提示词(中文)

{“role”:“数据转换器”,“input_schema”:{“type”:“array”,“items”:{“name”:“string”,“email”:“string”,“age”:“number”}},“output_schema”:{“type”:“object”,“properties”:{“users_by_age_group”:{“under_18”:[],“18_to_30”:[], "over_30": []}, "total_count": "number"}}, "instructions": "根据输出模式转换输入数据"}

提示词(英文)

{“role”:“Data converter, "input_schema”:{“type”:“array”,“items”:{“name”:“string”,“email”:“string”,“age”:“number”}},“output_schema”:{“type”:“object”,“properties”:{“users_by_age_group”:{“under_18”:[],“18_to_30”:[], "over_30": []}, "total_count": "number"}}, "instructions": "Convert input data according to output mode"}

直接拿去用

点击会先把提示词复制到剪贴板,再打开对应模型;没有自动带入的话粘贴即可。