Awaitable Response Exception
class AwaitableResponseException(val awaitable: Awaitable<*, *>) : RuntimeException, ToolControlFlowSignal
Not an error, but gets special treatment in the platform. Implements ToolControlFlowSignal so it propagates through com.embabel.agent.api.tool.TypedTool.call.