mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 11:40:02 +08:00
style
This commit is contained in:
parent
84eec68421
commit
3449065585
@ -167,9 +167,7 @@ class PluginToolManager(BasePluginClient):
|
||||
)
|
||||
|
||||
# Append the blob data to the buffer
|
||||
files[chunk_id].data[
|
||||
files[chunk_id].bytes_written: size_with_chunk_written
|
||||
] = blob_data
|
||||
files[chunk_id].data[files[chunk_id].bytes_written : size_with_chunk_written] = blob_data
|
||||
files[chunk_id].bytes_written += file_chunk_size
|
||||
else:
|
||||
yield resp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user