mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
chore: update rejection message
This commit is contained in:
parent
301ba801f4
commit
6f4eafeb5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.`,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue