mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🔧 fix: S3 Download Stream with Key Extraction and Blob Storage Encoding for Vision (#6557)
This commit is contained in:
parent
299cabd6ed
commit
ea2cbc55a7
3 changed files with 79 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue