fix: streamline OpenAI image tools configuration by removing direct appConfig dependency and using function parameters

This commit is contained in:
Danny Avila 2025-08-17 23:10:51 -04:00
parent 0b5816d1be
commit 68c6afd009
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
8 changed files with 63 additions and 29 deletions

View file

@ -75,6 +75,8 @@ const AppService = async () => {
adminFilter: filteredTools,
adminIncluded: includedTools,
directory: paths.structuredTools,
imageOutputType,
fileStrategy,
});
await setCachedTools(availableTools, { isGlobal: true });