mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #18492] issue: File export with truncated data #18613
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sanchitbhavsar on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18492
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.33
Ollama Version (if applicable)
No response
Operating System
MacOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Full data export
Actual Behavior
I am having issue with the file export which returns with truncated data.
prompt: generate csv file with 500 random user data
results: csv file to download link (from tool) but it has 50 entries and the rest are displayed in file as...
I have written additional tool which saves the file in memory and provide a downloadable link which is attached to the model.
how can i configure if there is a limit for truncated data or what i am doing wrong here, thanks for help.
generated_doc_csv.py
Steps to Reproduce
Attach tool and enable for model (tried with base model: gpt-4.1)
Logs & Screenshots
500_random_user_data.csv_1761044040.csv
Additional Information
No response
@sanchitbhavsar commented on GitHub (Oct 21, 2025):
@Classic298 @rgaricano @tjbck any pointers on this?
@Classic298 commented on GitHub (Oct 21, 2025):
Is this a tool issue or open webui issue?