Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qbc2016 committed Jan 15, 2024
1 parent 3130075 commit 4d94276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/conversation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 4d94276

Please sign in to comment.