Skip to content

Commit

Permalink
Fix typo in 101-agentscope.md (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhangliu authored Jul 19, 2024
1 parent 47f570e commit 0f15714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial/101-agentscope.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AgentScope是以开发者为中心的多智能体平台,它使开发者能够

## 关键概念

### 信息(Message)
### 消息(Message)

是信息的载体(例如指令、多模态数据和对话内容)。在AgentScope中,消息是Python字典的子类,
具有`name``content`作为必要字段,`url`作为可选字段并指向额外的资源。
Expand Down

0 comments on commit 0f15714

Please sign in to comment.