{"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": "આઉટપુટ સ્કીમા અનુસાર ઇનપુટ ડેટાને રૂપાંતરિત કરો"}