类的使用
io.agentscope.core.plan.PlanNotebook
使用PlanNotebook的程序包
-
io.agentscope.core中PlanNotebook的使用
参数类型为PlanNotebook的io.agentscope.core中的方法修饰符和类型方法说明ReActAgent.Builder.planNotebook(PlanNotebook planNotebook) Sets the PlanNotebook for plan-based task execution. -
io.agentscope.core.plan中PlanNotebook的使用
类型变量类型为PlanNotebook的io.agentscope.core.plan中的方法参数修饰符和类型方法说明voidPlanNotebook.addChangeHook(String id, BiConsumer<PlanNotebook, Plan> hook) Adds a change hook that will be triggered whenever the plan changes. -
io.agentscope.core.plan.hint中PlanNotebook的使用
参数类型为PlanNotebook的io.agentscope.core.plan.hint中的方法修饰符和类型方法说明DefaultPlanToHint.generateHint(Plan plan, PlanNotebook planNotebook) Generates a contextual hint message based on the current plan state.PlanToHint.generateHint(Plan plan, PlanNotebook planNotebook) Generate a hint message based on the current plan state with planNoteBook control.