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 61a29e7 commit bbb3cdeCopy full SHA for bbb3cde
unstructured_platform_plugins/etl_uvicorn/api_generator.py
@@ -190,7 +190,7 @@ async def _stream_response():
190
InvokeResponse(
191
usage=usage,
192
message_channels=message_channels,
193
- filedata_meta=None,
+ filedata_meta=filedata_meta_model.model_validate(filedata_meta.model_dump()),
194
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
195
status_code_text=f"[{e.__class__.__name__}] {e}",
196
).model_dump_json()
0 commit comments