chore: update rejection message

This commit is contained in:
Aron Gates 2026-03-09 11:52:39 +00:00
parent 301ba801f4
commit 6f4eafeb5f
No known key found for this signature in database
GPG key ID: 4F5BDD01E0CFE2A0

View file

@ -724,7 +724,7 @@ function createToolInstance({
if (isValidationError) {
throw new Error(
`Tool call for ${serverName}/${toolName} was not approved by the user.`,
`Tool call for ${serverName}/${toolName} was not approved by the user. Wait for next instructions.`,
);
}