toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.common.resolver
/
BakeoffSelection
Bakeoff
Selection
data
class
BakeoffSelection
(
val
selectedCandidate
:
Int
?
,
val
reason
:
String
)
Structured response from the bakeoff LLM.
Members
Constructors
Bakeoff
Selection
Link copied to clipboard
constructor
(
selectedCandidate
:
Int
?
,
reason
:
String
)
Properties
reason
Link copied to clipboard
val
reason
:
String
selected
Candidate
Link copied to clipboard
val
selectedCandidate
:
Int
?