feat(data-process): 增加可配置思维链生成
This commit is contained in:
@@ -202,6 +202,7 @@ function toBackendConfig(): DataProcessConfig {
|
||||
generation_model_id: options.generationModelId,
|
||||
generation_prompt: options.generationPrompt,
|
||||
output_type: options.outputType,
|
||||
reasoning_detail: options.reasoningDetail,
|
||||
temperature: options.temperature,
|
||||
max_tokens: options.maxTokens,
|
||||
json_mode: options.jsonMode,
|
||||
@@ -210,7 +211,6 @@ function toBackendConfig(): DataProcessConfig {
|
||||
filter_short_content: options.filterShortContent,
|
||||
min_output_length: options.minOutputLength,
|
||||
}
|
||||
|
||||
if (processType.value === 'unstructured') {
|
||||
return {
|
||||
...common,
|
||||
|
||||
Reference in New Issue
Block a user