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 = {
|
||||
generating: 'Генерация схемы JSON...',
|
||||
promptTooltip: 'Преобразуйте текстовое описание в стандартизированную структуру JSON Schema.',
|
||||
},
|
||||
reasoningFormat: {
|
||||
tagged: 'Продолжайте думать о тегах',
|
||||
title: 'Включите разделение тегов на основе логики',
|
||||
tooltip: 'Извлечь содержимое из тегов think и сохранить его в поле reasoning_content.',
|
||||
separated: 'Отдельные теги для мышления',
|
||||
},
|
||||
},
|
||||
knowledgeRetrieval: {
|
||||
queryVariable: 'Переменная запроса',
|
||||
|
||||
Reference in New Issue
Block a user