BakeoffSelection

data class BakeoffSelection(val selectedCandidate: Int?, val reason: String)

Structured response from the bakeoff LLM.

Constructors

Link copied to clipboard
constructor(selectedCandidate: Int?, reason: String)

Properties

Link copied to clipboard
Link copied to clipboard