mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 20:19:47 +00:00
Added empty bias
This commit is contained in:
parent
0e2fe757a8
commit
cbbeae8d67
@ -22,6 +22,16 @@ namespace AIStudio.Settings.DataModel;
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static class BiasCatalog
|
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
|
#region WHAT_SHOULD_WE_REMEMBER
|
||||||
|
|
||||||
private static readonly Bias MISATTRIBUTION_OF_MEMORY = new()
|
private static readonly Bias MISATTRIBUTION_OF_MEMORY = new()
|
||||||
|
Loading…
Reference in New Issue
Block a user