mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-17 15:27:15 +00:00
feat(processors): streamline event debugging and run inspection
This commit is contained in:
@@ -491,6 +491,16 @@ const thTH = {
|
||||
},
|
||||
agents: {
|
||||
eventProcessor: {
|
||||
pluginSettings: 'การตั้งค่าปลั๊กอิน',
|
||||
pluginSettingsDescription: 'พารามิเตอร์ที่ประกาศโดยปลั๊กอินนี้',
|
||||
selectToDebug: 'เลือกปลั๊กอินด้านบนเพื่อเริ่มแก้จุดบกพร่อง',
|
||||
|
||||
debugOutput: 'ผลลัพธ์ตัวประมวลผล',
|
||||
debugDescription:
|
||||
'เหตุการณ์ขาเข้า บันทึกปลั๊กอิน และผลการดำเนินการของการทดสอบนี้',
|
||||
debugNotice:
|
||||
'ปลั๊กอินประมวลผลเหตุการณ์ทดสอบจริง การตอบกลับและส่งข้อความใช้ Mock โดยไม่ส่งข้อความจริง เครื่องมืออื่นทำงานตามการตั้งค่า',
|
||||
|
||||
type: 'ตัวประมวลผลเหตุการณ์',
|
||||
description: 'ประมวลผลเหตุการณ์ด้วยโค้ดปลั๊กอิน',
|
||||
component: 'ส่วนประกอบปลั๊กอิน',
|
||||
@@ -521,6 +531,9 @@ const thTH = {
|
||||
trace_tool_call_completed: 'ผลการดำเนินการ',
|
||||
},
|
||||
debugData: {
|
||||
chatId: 'ID แชท',
|
||||
feedbackType: 'ประเภทข้อเสนอแนะ (1: ชอบ, 2: ไม่ชอบ, 3: ยกเลิก)',
|
||||
|
||||
title: 'ข้อมูลเหตุการณ์',
|
||||
form: 'ฟิลด์ทั่วไป',
|
||||
json: 'JSON ทั้งหมด',
|
||||
|
||||
Reference in New Issue
Block a user