Expose LLM usage in workflows (#21766)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Davide Delbianco
2025-07-08 15:18:00 +02:00
committed by GitHub
parent f925869f61
commit 816210d744
32 changed files with 201 additions and 81 deletions

View File

@@ -668,6 +668,7 @@ const translation = {
inputVars: 'ตัวแปรอินพุต',
outputVars: {
className: 'ชื่อคลาส',
usage: 'ข้อมูลการใช้งานรุ่น',
},
class: 'ประเภท',
classNamePlaceholder: 'เขียนชื่อชั้นเรียนของคุณ',
@@ -681,6 +682,11 @@ const translation = {
},
parameterExtractor: {
inputVar: 'ตัวแปรอินพุต',
outputVars: {
isSuccess: 'คือ Success เมื่อสําเร็จค่าคือ 1 เมื่อล้มเหลวค่าเป็น 0',
errorReason: 'สาเหตุข้อผิดพลาด',
usage: 'ข้อมูลการใช้งานรุ่น',
},
extractParameters: 'แยกพารามิเตอร์',
importFromTool: 'นําเข้าจากเครื่องมือ',
addExtractParameter: 'เพิ่มพารามิเตอร์การแยกข้อมูล',
@@ -700,8 +706,6 @@ const translation = {
advancedSetting: 'การตั้งค่าขั้นสูง',
reasoningMode: 'โหมดการให้เหตุผล',
reasoningModeTip: 'คุณสามารถเลือกโหมดการให้เหตุผลที่เหมาะสมตามความสามารถของโมเดลในการตอบสนองต่อคําแนะนําสําหรับการเรียกใช้ฟังก์ชันหรือข้อความแจ้ง',
isSuccess: 'คือ Success เมื่อสําเร็จค่าคือ 1 เมื่อล้มเหลวค่าเป็น 0',
errorReason: 'สาเหตุข้อผิดพลาด',
},
iteration: {
deleteTitle: 'ลบโหนดการทําซ้ํา?',