fix: workflow tool in react agent resume once in one agent run (#1801)

This commit is contained in:
shentongmartin
2025-08-26 10:57:37 +08:00
committed by GitHub
parent f19761fa31
commit 2a704fc873
4 changed files with 19 additions and 3 deletions

View File

@@ -971,6 +971,8 @@ func (l *LLM) prepare(ctx context.Context, _ map[string]any, opts ...nodes.NodeO
return ctx
}
c.RootCtx.ResumeEvent.Popped = true
return ctx
},
}).Handler()