feat: add reasoning format processing to LLMNode for <think> tag handling (#23313)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
taewoong Kim
2025-09-05 19:15:35 +09:00
committed by GitHub
parent 05cd7e2d8a
commit edf4a1b652
30 changed files with 366 additions and 5 deletions

View File

@@ -470,6 +470,12 @@ const translation = {
fieldNamePlaceholder: 'نام میدان',
generationTip: 'شما می‌توانید از زبان طبیعی برای ایجاد سریع یک طرح‌واره JSON استفاده کنید.',
},
reasoningFormat: {
separated: 'تگ‌های تفکر جداگانه',
title: 'فعال‌سازی جداسازی برچسب‌های استدلال',
tagged: 'به فکر برچسب‌ها باشید',
tooltip: 'محتوا را از تگ‌های تفکر استخراج کرده و در فیلد reasoning_content ذخیره کنید.',
},
},
knowledgeRetrieval: {
queryVariable: 'متغیر جستجو',