requiresConfirmation property

bool get requiresConfirmation

Whether this tool normally requires human confirmation before execution. If you need dynamic confirmation logic based on the arguments, override requiresConfirmationFor instead.

Implementation

bool get requiresConfirmation => false;