toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common.workflow.loop
/
AttemptHistory
/
AttemptHistory
Attempt
History
constructor
(
_attempts
:
MutableList
<
Attempt
<
RESULT
,
FEEDBACK
>
>
=
mutableListOf()
,
lastResult
:
RESULT
?
=
null
,
timestamp
:
Instant
=
Instant.now()
)