🧹 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:
Dustin Healy 2026-06-09 11:22:10 -07:00
parent 73b090e83f
commit 8e062c2ad3

View file

@ -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,