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 = {
|
||||
back: 'Înapoi',
|
||||
promptPlaceholder: 'Descrie schema ta JSON...',
|
||||
},
|
||||
reasoningFormat: {
|
||||
tagged: 'Ține minte etichetele',
|
||||
separated: 'Etichete de gândire separate',
|
||||
title: 'Activează separarea etichetelor de raționare',
|
||||
tooltip: 'Extrage conținutul din etichetele think și stochează-l în câmpul reasoning_content.',
|
||||
},
|
||||
},
|
||||
knowledgeRetrieval: {
|
||||
queryVariable: 'Variabilă de interogare',
|
||||
|
Reference in New Issue
Block a user