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 bb21601 commit 71930deCopy full SHA for 71930de
unstructured_platform_plugins/etl_uvicorn/api_generator.py
@@ -168,7 +168,7 @@ async def _stream_response():
168
output=output,
169
).model_dump_json() + "\n"
170
except Exception as e:
171
- logger.error(f"failed to stream response: {e}", exc_info=True)
+ logger.error(f"Failure streaming response: {e}", exc_info=True)
172
yield InvokeResponse(
173
usage=usage,
174
filedata_meta=None,
0 commit comments