28 lines
2.0 KiB
JSON
28 lines
2.0 KiB
JSON
[
|
|
{
|
|
"test": "json-schema-file-format",
|
|
"prompt": "Create a user profile with name John Doe, age 30, and tags [\"developer\", \"javascript\"]. Return only the JSON object, no explanation.",
|
|
"result": [
|
|
"{\n \"name\": \"John Doe\",\n \"age\": 30,\n \"tags\": [\"developer\", \"javascript\"]\n}"
|
|
],
|
|
"expected": "{\"name\":\"John Doe\",\"age\":30,\"tags\":[\"developer\",\"javascript\"]}",
|
|
"model": "mistralai/mistral-tiny",
|
|
"router": "openrouter",
|
|
"timestamp": "2025-04-07T17:18:44.440Z",
|
|
"passed": true,
|
|
"duration": 601
|
|
},
|
|
{
|
|
"test": "json-schema-object-format",
|
|
"prompt": "Create a user profile with the following details:\n - Name: Jane Smith\n - Age: 25\n - Email: jane.smith@company.com\n - Tags: [\"developer\", \"designer\"]\n - Address: {\n \"street\": \"123 Main St\",\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postal_code\": \"10001\"\n }\n - Preferences: {\n \"theme\": \"light\",\n \"notifications\": \"enabled\",\n \"language\": \"English\"\n }\n Return only the JSON object, no explanation.",
|
|
"result": [
|
|
"{\n \"Name\": \"Jane Smith\",\n \"Age\": 25,\n \"Email\": \"jane.smith@company.com\",\n \"Tags\": [\"developer\", \"designer\"],\n \"Address\": {\n \"street\": \"123 Main St\",\n \"city\": \"New York\",\n \"country\": \"US\",\n \"postal_code\": \"10001\"\n },\n \"Preferences\": {\n \"theme\": \"light\",\n \"notifications\": \"enabled\",\n \"language\": \"English\"\n }\n}"
|
|
],
|
|
"expected": "{\"name\":\"Jane Smith\",\"age\":25,\"email\":\"jane.smith@company.com\",\"tags\":[\"developer\",\"designer\"],\"address\":{\"street\":\"123 Main St\",\"city\":\"New York\",\"country\":\"US\",\"postal_code\":\"10001\"},\"preferences\":{\"theme\":\"light\",\"notifications\":\"enabled\",\"language\":\"English\"}}",
|
|
"model": "mistralai/mistral-tiny",
|
|
"router": "openrouter",
|
|
"timestamp": "2025-04-07T17:18:45.800Z",
|
|
"passed": true,
|
|
"duration": 1359
|
|
}
|
|
] |