From 4d94276992535fce78db4e1070cd4563d794a8fd Mon Sep 17 00:00:00 2001 From: qbc Date: Mon, 15 Jan 2024 17:03:41 +0800 Subject: [PATCH] fix typo --- notebook/conversation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/conversation.ipynb b/notebook/conversation.ipynb index 1080a2bb7..f97f4237c 100644 --- a/notebook/conversation.ipynb +++ b/notebook/conversation.ipynb @@ -15,7 +15,7 @@ "collapsed": false }, "source": [ - "In this notebook, we will show a demo of how to program a multi-agent conversation in AgentScope.Complete code is in `example/conversation/conversation.py`, which sets up a user agent and an assistant agent to have a conversation. When user input \"exit\", the conversation ends. You can modify the sys_prompt to change the role of assistant agent." + "In this notebook, we will show a demo of how to program a multi-agent conversation in AgentScope.Complete code is in `examples/conversation/conversation.py`, which sets up a user agent and an assistant agent to have a conversation. When user input \"exit\", the conversation ends. You can modify the sys_prompt to change the role of assistant agent." ] }, {