* Determines if the tool should prompt for confirmation before execution. * @returns Confirmation details or false if no confirmation is needed.
(
abortSignal: AbortSignal,
)
| 39 | * @returns Confirmation details or false if no confirmation is needed. |
| 40 | */ |
| 41 | shouldConfirmExecute( |
| 42 | abortSignal: AbortSignal, |
| 43 | ): Promise<ToolCallConfirmationDetails | false>; |
| 44 |
no outgoing calls
no test coverage detected