feat(data-process): 增加可配置思维链生成
This commit is contained in:
@@ -566,6 +566,9 @@ def _run_generation(
|
||||
config, "generation_prompt", "generationPrompt", ""
|
||||
),
|
||||
"output_type": output_type,
|
||||
"reasoning_detail": _value(
|
||||
config, "reasoning_detail", "reasoningDetail", "normal"
|
||||
),
|
||||
"max_tokens": _value(config, "max_tokens", "maxTokens", 1024),
|
||||
"json_mode": _value(config, "json_mode", "jsonMode", False),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user