fix: don't expose internal application error to client (#585)

This commit is contained in:
Willem Jiang 2025-09-16 10:01:24 +08:00 committed by GitHub
parent dac0afbca4
commit b1917a474c
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}, },
) )