Automated ingestion of prompt: Data Transformer

This commit is contained in:
promptadmin 2026-06-06 18:24:25 +00:00
parent d588667c4d
commit f514efbd2e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
title: "Data Transformer"
contributor: "@f"
tags: #general, #f
---
{"role": "Data Transformer", "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": "Transform the input data according to the output schema"}