ApprovalRequiredAIFunction constructor

ApprovalRequiredAIFunction(
  1. AIFunction innerFunction
)

Creates a new ApprovalRequiredAIFunction wrapping innerFunction.

Implementation

ApprovalRequiredAIFunction(super.innerFunction);