evaluate

abstract fun evaluate(context: AwaitContext): Awaitable<*, *>?

Evaluate whether awaiting is needed before tool execution.

Return

An Awaitable to pause execution, or null to proceed normally

Parameters

context

The context containing input and process state