mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 15:59:47 +00:00
Added bias names (#172)
This commit is contained in:
parent
46a7e98141
commit
11475ea4af
@ -11,6 +11,11 @@ public sealed class Bias
|
||||
/// In which category the bias is located.
|
||||
/// </summary>
|
||||
public BiasCategory Category { get; set; } = BiasCategory.NONE;
|
||||
|
||||
/// <summary>
|
||||
/// The bias name.
|
||||
/// </summary>
|
||||
public string Name { get; init; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// The bias description.
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user