mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 08:39:46 +00:00
Added empty bias
This commit is contained in:
parent
0e2fe757a8
commit
cbbeae8d67
@ -22,6 +22,16 @@ namespace AIStudio.Settings.DataModel;
|
||||
/// </remarks>
|
||||
public static class BiasCatalog
|
||||
{
|
||||
public static readonly Bias NONE = new()
|
||||
{
|
||||
Id = Guid.Empty,
|
||||
Category = BiasCategory.NONE,
|
||||
Name = "None",
|
||||
Description = "No bias selected.",
|
||||
Related = [],
|
||||
Links = [],
|
||||
};
|
||||
|
||||
#region WHAT_SHOULD_WE_REMEMBER
|
||||
|
||||
private static readonly Bias MISATTRIBUTION_OF_MEMORY = new()
|
||||
|
Loading…
Reference in New Issue
Block a user