mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 18:39:47 +00:00
Store the bias id as well
This commit is contained in:
parent
6dcaf4a528
commit
c22a8db15d
@ -19,6 +19,11 @@ public sealed class DataBiasOfTheDay
|
||||
/// </summary>
|
||||
public Guid BiasOfTheDayChatId { get; set; } = Guid.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Which bias is the bias of the day?
|
||||
/// </summary>
|
||||
public Guid BiasOfTheDayId { get; set; } = Guid.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Restrict to one bias per day?
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user