autoRejectMessage function

String autoRejectMessage(
  1. String toolName
)

Build an auto-reject message for a denied tool.

Implementation

String autoRejectMessage(String toolName) {
  return 'Permission to use $toolName has been denied. $denialWorkaroundGuidance';
}