codebridge-ai
Version:
Complete fullstack AI coding platform with AST-based code integration and local LLM support. Now with comprehensive web technology support (HTML/CSS/JS) plus JavaScript, Python, Rust, and C++.
18 lines • 604 B
JSON
{
"timestamp": "2025-08-02T16:16:29.940Z",
"model": "starcoder2:3b",
"language": "javascript",
"scenario": "async-error-handling",
"task": "Add comprehensive error handling and retry logic",
"originalCode": "async function fetchUserData(userId) {\n const response = await fetch('/api/users/' + userId);\n const data = await response.json();\n return data;\n}",
"rawResponse": "\n\nHint: You can use try/catch/finally blocks.\n",
"improvedCode": "",
"duration": 295,
"success": false,
"qualityMetrics": {
"score": 0,
"rawScore": 0,
"maxScore": 1
},
"error": null
}