ToolConfirmation
data class ToolConfirmation(val confirmed: Boolean, val payload: Any? = null, val hint: String? = null)
Represents a tool confirmation configuration.
Types
Link copied to clipboard
class Builder
Fluent builder for ToolConfirmation, provided primarily for Java callers. Any property left unset falls back to the same default as the constructor.