toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.core.hitl
/
TypeResponse
/
TypeResponse
Type
Response
constructor
(
value
:
T
,
awaitableId
:
String
,
id
:
String
=
UUID.randomUUID().toString()
,
timestamp
:
Instant
=
Instant.now()
,
persistent
:
Boolean
=
false
)
Parameters
T
The type of value provided
value
The value provided by the user
awaitable
Id
The ID of the TypeRequest this responds to