From df0931d9bcd53134c5f7a8aa318db8cb12f33789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=93=E8=BE=95?= Date: Wed, 17 Jan 2024 20:22:01 +0800 Subject: [PATCH] minor fix --- docs/tutorial/103-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/103-example.md b/docs/tutorial/103-example.md index 1ed8d6fcb..e80da0980 100644 --- a/docs/tutorial/103-example.md +++ b/docs/tutorial/103-example.md @@ -58,7 +58,7 @@ dialogAgent = DialogAgent(name="assistant", model="gpt-4") userAgent = UserAgent() ``` -**NOTE**: Please refer to [[Customizing Your Custom Agent with Agent Pool]](https://github.com/alibaba/AgentScope/tree/main/docs/tutorial/202-agent.md) for all available agents. +**NOTE**: Please refer to [[Customizing Your Custom Agent with Agent Pool]](https://github.com/alibaba/AgentScope/tree/main/docs/tutorial/201-agent.md) for all available agents. ## Step3: Agent Conversation