Skip to content

Commit a3a3e2b

Browse files
authored
fix: correct syntax in quick-start documentation (#245)
1 parent 95eb738 commit a3a3e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ ReactAgent agent = ReactAgent.builder()
304304
.systemPrompt(SYSTEM_PROMPT)
305305
.tools(getUserLocationTool, getWeatherTool)
306306
.outputType(ResponseFormat.class)
307-
.saver(new MemorySaver()
307+
.saver(new MemorySaver())
308308
.build();
309309

310310
// threadId 是给定对话的唯一标识符

0 commit comments

Comments
 (0)