withFinishTool
fun <Output : Any> withFinishTool(finishTool: ERROR CLASS: Symbol not found for Tool<*, Output>): SubtaskBuilderWithOutput<Output>(source)
Associates a finishing tool with the subtask builder, allowing the subtask to produce an output of the specified type.
Parameters
finishTool
The tool that defines how the subtask's output will be produced and processed.