LangfuseScoreDataType
NexusLabs.Foundry.Langfuse¶
LangfuseScoreDataType Enum¶
The data type of a Langfuse score, controlling how the score value is interpreted and displayed.
Fields¶
Numeric 0
A continuous numeric score. The value is a floating-point number.
Boolean 1
A boolean score. The value is 1 (true) or 0 (false).
Categorical 2
A categorical score. The value is a category label string.
Text 3
A free-text score. The value is an arbitrary string (1–500 characters).