ToolCallSchedule

data class ToolCallSchedule(val delay: Duration = Duration.ZERO, val timestamp: Instant = Instant.now())

Constructors

Link copied to clipboard
constructor(delay: Duration = Duration.ZERO, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant