mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
🚑 fix(export): Issue exporting Conversation with Assistants (#2769)
* 🚑 fix(export): use content as text if content is present in the message
If the endpoint is assistants, the text of the message goes into content, not message.text.
* refactor(ExportModel): TypeScript, remove unused code
---------
Co-authored-by: Yuichi Ohneda <ohneda@gmail.com>
This commit is contained in:
parent
31479d6a48
commit
53fe2f6453
7 changed files with 627 additions and 493 deletions
|
|
@ -8,3 +8,4 @@ export { default as useDebouncedInput } from './useDebouncedInput';
|
|||
export { default as useNavigateToConvo } from './useNavigateToConvo';
|
||||
export { default as useSetIndexOptions } from './useSetIndexOptions';
|
||||
export { default as useParameterEffects } from './useParameterEffects';
|
||||
export { default as useExportConversation } from './useExportConversation';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue