We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd681 commit 164a25dCopy full SHA for 164a25d
docs/quick-start.md
@@ -419,7 +419,8 @@ import com.alibaba.cloud.ai.graph.agent.hook.hip.HumanInTheLoopHook;
419
// 创建 hook
420
Hook humanInTheLoopHook = HumanInTheLoopHook.builder()
421
.approvalOn("getWeatherTool", ToolConfig.builder().description("Please confirm tool execution.")
422
- .build();
+ .build())
423
+ .build();
424
425
ReactAgent agent = ReactAgent.builder()
426
.name("my_agent")
0 commit comments