Skip to content

Commit

Permalink
Fix: missing correct handling for the other csv content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle committed Nov 27, 2024
1 parent 0ff2805 commit 9062824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/api/files/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const processingPerContentType: ProcessingPerContentType = {
tool_output: notSupportedError,
},
"text/comma-separated-values": {
conversation: storeRawText,
conversation: extractContentAndSchemaFromCSV,
folder: storeRawText,
avatar: notSupportedError,
tool_output: notSupportedError,
Expand Down

0 comments on commit 9062824

Please sign in to comment.