Type
generate_page
Source
builder
Provider / Model
auto
สถานะ
✅ สำเร็จDuration
16.78s
Input Tokens
0
Output Tokens
0
IP Address
127.0.0.1
Prompt (ต้นฉบับ)
[โซน: BODY — สร้างเนื้อหาหลัก เช่น Hero, Features, About, Testimonials, CTA, Contact. ห้าม include NavMenu หรือ Footer] [รูปภาพ: ต้องใส่ Image component ใน Hero section เสมอ และใส่ในส่วนอื่นที่เหมาะสม. Image props: src ให้สร้าง URL รูปภาพโดยใช้ keyword ที่ตรงกับเนื้อหา เช่น ถ้าเนื้อหาเกี่ยวกับหมา ให้ใช้ "https://source.unsplash.com/random/800x500?dog,puppy" ถ้าเกี่ยวกับร้านกาแฟ ใช้ "https://source.unsplash.com/random/800x500?coffee,cafe" ถ้าเกี่ยวกับร้านอาหาร ใช้ "https://source.unsplash.com/random/800x500?restaurant,food" — สำคัญ: keyword ใน URL ต้องตรงกับ SUBJECT จริงๆ ของเนื้อหาที่ user ขอ ห้ามใช้ keyword ที่ไม่เกี่ยวข้อง. width: "100%", height: 350-550, objectFit: "cover"] อยากได้ hero section รูปปกเป็นรูป หมาน่ารักๆ
AI Response
{
"ROOT": {
"type": {
"resolvedName": "Hero"
},
"isCanvas": true,
"props": {
"paddingTop": 80,
"paddingBottom": 80,
"backgroundColor": "#f9fafb"
},
"displayName": "Hero",
"custom": [],
"hidden": false,
"nodes": [
"heroImage",
"heroContent"
],
"linkedNodes": [],
"parent": null
},
"heroImage": {
"type": {
"resolvedName": "Image"
},
"isCanvas": false,
"props": {
"src": "https:\/\/images.unsplash.com\/photo-1453614512568-c4024d13c247?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4OTUyNTN8MHwxfHNlYXJjaHwxfHxjb2ZmZWUlMjBzaG9wfGVufDB8MHx8fDE3NzM0ODI5ODB8MA&ixlib=rb-4.1.0&q=80&w=1080",
"width": "100%",
"height": 500,
"objectFit": "cover",
"borderRadius": 8
},
"displayName": "Image",
"custom": [],
"hidden": false,
"nodes": [],
"linkedNodes": []
},
"heroContent": {
"type": {
"resolvedName": "Container"
},
"isCanvas": true,
"props": {
"width": "100%"
},
"displayName": "Container",
"custom": [],
"hidden": false,
"nodes": [
"heroTitle",
"heroSubtitle",
"heroButton"
],
"linkedNodes": []
},
"heroTitle": {
"type": {
"resolvedName": "Text"
},
"isCanvas": false,
"props": {
"text": "Brew Bold, Live Bold at Our Coffee Shop",
"fontSize": 48,
"fontWeight": 700,
"textAlign": "center"
},
"displayName": "Text",
"custom": [],
"hidden": false,
"nodes": [],
"linkedNodes": []
},
"heroSubtitle": {
"type": {
"resolvedName": "Text"
},
"isCanvas": false,
"props": {
"text": "Experience the perfect blend of coffee and community. Start your day with us!",
"fontSize": 20,
"textAlign": "center",
"color": "#6b7280"
},
"displayName": "Text",
"custom": [],
"hidden": false,
"nodes": [],
"linkedNodes": []
},
"heroButton": {
"type": {
"resolvedName": "Button"
},
"isCanvas": false,
"props": {
"text": "View Our Menu",
"backgroundColor": "#dc2626",
"textColor": "#ffffff",
"borderRadius": 6,
"paddingX": 24,
"paddingY": 12
},
"displayName": "Button",
"custom": [],
"hidden": false,
"nodes": [],
"linkedNodes": []
}
}
-
หมายเหตุ Admin
Pipeline Steps Trace 4 steps
16.2s
✓ 4
Execution Time (Seconds)
Pipeline Timeline
ไม่มี output preview สำหรับ step นี้
ไม่มี output preview สำหรับ step นี้
ไม่มี output preview สำหรับ step นี้
ไม่มี output preview สำหรับ step นี้
{
"pipeline_run": true,
"pipeline_steps_count": 4,
"pipeline_success_count": 4,
"pipeline_failed_count": 0,
"pipeline_fallback_count": 0,
"pipeline_providers_used": [
"serper",
"gemini",
"validator",
"openai"
],
"pipeline_total_tokens_in": 0,
"pipeline_total_tokens_out": 0,
"pipeline_steps": [
{
"step": "Researcher",
"type": "serper_search",
"provider": "serper",
"model": null,
"duration_ms": 2534,
"success": true,
"fallback_used": false,
"attempts": 1,
"tried_providers": null,
"tokens_in": null,
"tokens_out": null
},
{
"step": "Designer",
"type": "ai_generate",
"provider": "gemini",
"model": "gemini-2.0-flash",
"duration_ms": 4731,
"success": true,
"fallback_used": false,
"attempts": 1,
"tried_providers": null,
"tokens_in": null,
"tokens_out": null
},
{
"step": "Validator",
"type": "validator",
"provider": "validator",
"model": null,
"duration_ms": 0,
"success": true,
"fallback_used": false,
"attempts": 1,
"tried_providers": null,
"tokens_in": null,
"tokens_out": null
},
{
"step": "Debugger",
"type": "ai_review",
"provider": "openai",
"model": "gpt-4o",
"duration_ms": 8945,
"success": true,
"fallback_used": false,
"attempts": 1,
"tried_providers": null,
"tokens_in": null,
"tokens_out": null
}
]
}