unlockedByAll

fun unlockedByAll(vararg prerequisites: Tool): PlaybookTool

Unlock after ALL specified prerequisite tools have been called (AND logic).

Example:

.withTool(reportTool).unlockedByAll(searchTool, analyzeTool)