EvaluatorGenerationArtifacts.Kinds Property

Definition

The kinds of rows present in dataset. Always contains "spec" (the generated evaluation specification, a Markdown document describing what the evaluator measures). May additionally contain "tools" (when the generation pipeline produced or inferred OpenAI tool schemas) and/or "context" (when supplementary materials such as file uploads or trace samples were used during generation).

public System.Collections.Generic.IList<string> Kinds { get; }
member this.Kinds : System.Collections.Generic.IList<string>
Public ReadOnly Property Kinds As IList(Of String)

Property Value

Applies to