toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.spi
/
ToolCallSchedule
Tool
Call
Schedule
data
class
ToolCallSchedule
(
val
delay
:
Duration
=
Duration.ZERO
,
val
timestamp
:
Instant
=
Instant.now()
)
Members
Constructors
Tool
Call
Schedule
Link copied to clipboard
constructor
(
delay
:
Duration
=
Duration.ZERO
,
timestamp
:
Instant
=
Instant.now()
)
Properties
delay
Link copied to clipboard
val
delay
:
Duration
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant