数据转换器

编程角色提示

AI 提示词详情:本页提供该 Prompt 模板的完整内容,适合在找「ChatGPT 提示词怎么写」「免费 AI 提示词模板」的用户。可一键复制后用于 ChatGPT、Claude、文心一言等大语言模型,免费使用。右侧可查看相关提示词热门提示词推荐。

{“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": "根据输出模式转换输入数据"}

Prompt 内容(可复制到 ChatGPT 使用)

{“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": "根据输出模式转换输入数据"}