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:
@@ -470,6 +470,12 @@ const translation = {
|
||||
fieldNamePlaceholder: 'نام میدان',
|
||||
generationTip: 'شما میتوانید از زبان طبیعی برای ایجاد سریع یک طرحواره JSON استفاده کنید.',
|
||||
},
|
||||
reasoningFormat: {
|
||||
separated: 'تگهای تفکر جداگانه',
|
||||
title: 'فعالسازی جداسازی برچسبهای استدلال',
|
||||
tagged: 'به فکر برچسبها باشید',
|
||||
tooltip: 'محتوا را از تگهای تفکر استخراج کرده و در فیلد reasoning_content ذخیره کنید.',
|
||||
},
|
||||
},
|
||||
knowledgeRetrieval: {
|
||||
queryVariable: 'متغیر جستجو',
|
||||
|
Reference in New Issue
Block a user