mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
🧹 chore: Length-sort the defaultConfig block in AppService
Reorders the `defaultConfig` keys in `packages/data-schemas/src/app/service.ts` shortest-line to longest-line, with the explicit-value entries (`mcpConfig`, `fileStrategies`, `cloudfront`) trailing the shorthand ones. Pure reorder, no behavior change.
This commit is contained in:
parent
8e062c2ad3
commit
32f88ab419
1 changed files with 3 additions and 3 deletions
|
|
@ -118,16 +118,16 @@ export const AppService = async (params?: {
|
|||
config,
|
||||
memory,
|
||||
speech,
|
||||
messageFilter,
|
||||
balance,
|
||||
actions,
|
||||
balance,
|
||||
webSearch,
|
||||
mcpSettings,
|
||||
transactions,
|
||||
fileStrategy,
|
||||
registration,
|
||||
transactions,
|
||||
filteredTools,
|
||||
includedTools,
|
||||
messageFilter,
|
||||
summarization,
|
||||
availableTools,
|
||||
imageOutputType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue