toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common.workflow
/
ScoredResult
Scored
Result
data
class
ScoredResult
<
RESULT
,
FEEDBACK
>
(
val
result
:
RESULT
,
val
feedback
:
FEEDBACK
,
val
iterations
:
Int
)
Members
Constructors
Scored
Result
Link copied to clipboard
constructor
(
result
:
RESULT
,
feedback
:
FEEDBACK
,
iterations
:
Int
)
Properties
feedback
Link copied to clipboard
val
feedback
:
FEEDBACK
iterations
Link copied to clipboard
val
iterations
:
Int
result
Link copied to clipboard
val
result
:
RESULT
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant