We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727b1e4 commit 1641612Copy full SHA for 1641612
1 file changed
content/zh/docs/eino/core_modules/eino_adk/agent_implementation/plan_execute.md
@@ -275,7 +275,7 @@ func newPlanExecuteAgent(ctx context.Context) adk.Agent {
275
replanner := newReplanner(ctx, model)
276
277
// 组合为 PlanExecuteAgent(固定 execute - replan 最大迭代 10 次)
278
- planExecuteAgent, err := planexecute.NewPlanExecuteAgent(ctx, &planexecute.PlanExecuteConfig{
+ planExecuteAgent, err := planexecute.New(ctx, &planexecute.Config{
279
Planner: planner,
280
Executor: executor,
281
Replanner: replanner,
0 commit comments