This commit is contained in:
Bowen Liang 2025-08-10 14:07:19 +08:00
parent d90e30d4b6
commit 76883751eb
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class PluginToolManager(BasePluginClient):
del files[chunk_id]
# Skip yielding this message
raise ValueError(
f"File is too large which reached the limit of {dify_config.TOOL_FILE_MAX_SIZE} bytes")
f"File is too large exceeding the limit of {dify_config.TOOL_FILE_MAX_SIZE} bytes")
# Append the blob data to the buffer
files[chunk_id].data[