We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7618962 commit 24b78caCopy full SHA for 24b78ca
unstructured_platform_plugins/etl_uvicorn/api_generator.py
@@ -216,7 +216,7 @@ async def _stream_response():
216
usage=usage,
217
message_channels=message_channels,
218
filedata_meta=filedata_meta_model.model_validate(filedata_meta.model_dump()),
219
- status_code=wrap_error(exc).status_code,
+ status_code=exc.status_code,
220
status_code_text=f"[{exc.__class__.__name__}] {exc}",
221
file_data=request_dict.get("file_data", None),
222
)
0 commit comments