AwaitDecider

fun interface AwaitDecider

Functional interface for deciding whether to await before tool execution.

Functions

Link copied to clipboard
abstract fun evaluate(context: AwaitContext): Awaitable<*, *>?

Evaluate whether awaiting is needed before tool execution.