remove reasoning guard
This commit is contained in:
@@ -48,17 +48,6 @@ namespace AnotherReplayReader
|
||||
/// </summary>
|
||||
public int? ContextBudget { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 推理保护:累计 reasoning_content 达到阈值时中断流式响应并请求一次续写。
|
||||
/// 默认关闭。
|
||||
/// </summary>
|
||||
public bool ReasoningGuardEnabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 推理保护的 token 阈值。null 或 0 使用派生值 max(4096, provider.DefaultMaxTokens / 2)。
|
||||
/// </summary>
|
||||
public int? ReasoningGuardTokenLimit { get; set; }
|
||||
|
||||
public Dictionary<string, object> ExtraParameters { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user