mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
🧹 chore: Length-sort the general require destructure in responses.js
Reorders the general sub-group inside the `require('@librechat/api')`
destructure shortest to longest so the whole block conforms to the
length-sort rule the file's `// Responses API` sub-group already
follows. Pure reorder, no other changes.
This commit is contained in:
parent
73b090e83f
commit
8e062c2ad3
1 changed files with 5 additions and 5 deletions
|
|
@ -12,19 +12,19 @@ const {
|
|||
const {
|
||||
createRun,
|
||||
buildToolSet,
|
||||
loadSkillStates,
|
||||
resolveAgentScopedSkillIds,
|
||||
createSafeUser,
|
||||
initializeAgent,
|
||||
loadSkillStates,
|
||||
getBalanceConfig,
|
||||
injectSkillPrimes,
|
||||
extractManualSkills,
|
||||
recordCollectedUsage,
|
||||
getTransactionsConfig,
|
||||
extractManualSkills,
|
||||
injectSkillPrimes,
|
||||
createToolExecuteHandler,
|
||||
findPiiMatchInMessages,
|
||||
discoverConnectedAgents,
|
||||
createToolExecuteHandler,
|
||||
getRemoteAgentPermissions,
|
||||
resolveAgentScopedSkillIds,
|
||||
// Responses API
|
||||
writeDone,
|
||||
buildResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue