This commit is contained in:
2026-06-24 16:33:09 +08:00
12 changed files with 315 additions and 100 deletions

View File

@ -122,18 +122,11 @@ namespace QYZH.InteractiveMagazine.Models.Entity
public bool NeedAiProcess { get; set; }
/// <summary>
/// Desc:基础Prompt配置ID为空则使用IsDefault=1的模板
/// Desc:Prompt配置
/// Default:
/// Nullable:True
/// </summary>
public string BasePrompt { get; set; }
/// <summary>
/// Desc:个性化Prompt追加到基础Prompt后面可为空
/// Default:
/// Nullable:True
/// </summary>
public string CustomPrompt { get; set; }
public string Prompt { get; set; }
/// <summary>
/// Desc:作答参考时间