mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 08:25:57 +00:00
fix: don't expose internal application error to client (#585)
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ async def _stream_graph_events(
|
|||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
"thread_id": thread_id,
|
"thread_id": thread_id,
|
||||||
"error": str(e),
|
"error": "Error during graph execution",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user