ToolMessageDelayedDto

@Serializable
class ToolMessageDelayedDto(var content: String = "", val conditions: MutableSet<ToolMessageCondition> = mutableSetOf(), var timingMilliseconds: Int = -1) : AbstractToolMessageDto, ToolMessageDelayedProperties, CommonToolMessageDto(source)

Constructors

Link copied to clipboard
constructor(content: String = "", conditions: MutableSet<ToolMessageCondition> = mutableSetOf(), timingMilliseconds: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
open override var content: String

This is the content that the assistant says when this message is triggered.

Link copied to clipboard
open override var timingMilliseconds: Int

The number of milliseconds to wait for the server response before saying this message.

Link copied to clipboard
@EncodeDefault
val type: ToolMessageType

Functions

Link copied to clipboard