createAwaitable

abstract fun createAwaitable(input: I): Awaitable<P, *>?

Check if this tool invocation requires human input.

Return

An Awaitable if human input is required, null to proceed normally

Parameters

input

The parsed input