LangfuseScoreConfigCategory
NexusLabs.Needlr.AgentFramework.Langfuse¶
LangfuseScoreConfigCategory Class¶
One allowed category for a Categorical score config.
public sealed record LangfuseScoreConfigCategory : System.IEquatable<NexusLabs.Needlr.AgentFramework.Langfuse.LangfuseScoreConfigCategory>
Inheritance System.Object 🡒 LangfuseScoreConfigCategory
Implements System.IEquatable<LangfuseScoreConfigCategory>
Constructors¶
LangfuseScoreConfigCategory(string, double) Constructor¶
One allowed category for a Categorical score config.
Parameters¶
Label System.String
The human-readable label shown in Langfuse.
Value System.Double
The numeric value the label maps to.
Properties¶
LangfuseScoreConfigCategory.Label Property¶
The human-readable label shown in Langfuse.
Property Value¶
LangfuseScoreConfigCategory.Value Property¶
The numeric value the label maps to.