mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
🧹 chore: Remove unused tool_resources destructure in provisionFiles
This commit is contained in:
parent
8684da106d
commit
e19357821d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ const initializeClient = async ({ req, res, signal, endpointOption }) => {
|
|||
return;
|
||||
}
|
||||
|
||||
const { provisionState, tool_resources } = ctx;
|
||||
const { provisionState } = ctx;
|
||||
const needsCode =
|
||||
toolNames.includes(Constants.EXECUTE_CODE) ||
|
||||
toolNames.includes(Constants.PROGRAMMATIC_TOOL_CALLING);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue