mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
fix: eslint formatting and unused variable warnings
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f713f9f43a
commit
2b9091eb5e
2 changed files with 8 additions and 3 deletions
|
|
@ -883,7 +883,7 @@ function wrapToolWithApproval({ tool, res, streamId }) {
|
|||
} else {
|
||||
sendEvent(res, { event: GraphEvents.ON_RUN_STEP_DELTA, data: successData });
|
||||
}
|
||||
} catch (validationError) {
|
||||
} catch (_validationError) {
|
||||
throw new Error(
|
||||
`Tool call validation required for ${toolName}. User rejected or validation timed out.`,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue