🔧 fix: S3 Download Stream with Key Extraction and Blob Storage Encoding for Vision (#6557)

This commit is contained in:
Danny Avila 2025-03-26 15:04:01 -04:00 committed by GitHub
parent 299cabd6ed
commit ea2cbc55a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 79 additions and 9 deletions

View file

@ -403,6 +403,12 @@
* @memberof typedefs
*/
/**
* @exports MessageContentImageUrl
* @typedef {import('librechat-data-provider').Agents.MessageContentImageUrl} MessageContentImageUrl
* @memberof typedefs
*/
/** Prompts */
/**
* @exports TPrompt
@ -759,6 +765,11 @@
* @typedef {import('mongoose').Schema} MongooseSchema
* @memberof typedefs
*/
/**
* @exports MongoFile
* @typedef {import('@librechat/data-schemas').IMongoFile} MongoFile
* @memberof typedefs
*/
/**
* @exports ObjectId