AwaitableFactory

fun interface AwaitableFactory<I : Any, P : Any>

Factory for creating awaitable decisions based on tool execution context.

Functions

Link copied to clipboard
abstract fun create(input: I): Awaitable<P, *>?

Create an awaitable based on the input, or null to proceed normally.