Skip to content

Commit e7150df

Browse files
committed
docs(msteams): validate account examples
1 parent 6fab845 commit e7150df

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/channels/msteams.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ This creates an Entra ID (Azure AD) application, generates a client secret, buil
7777

7878
```json5
7979
{
80-
agents: {
81-
list: [{ id: "main", workspace: "~/.openclaw/workspace-main" }],
82-
},
8380
bindings: [{ agentId: "main", match: { channel: "msteams", accountId: "default" } }],
8481
channels: {
8582
msteams: {
@@ -138,12 +135,6 @@ account provides its own bot identity and webhook port.
138135

139136
```json5
140137
{
141-
agents: {
142-
list: [
143-
{ id: "main", workspace: "~/.openclaw/workspace-main" },
144-
{ id: "support", workspace: "~/.openclaw/workspace-support" },
145-
],
146-
},
147138
bindings: [
148139
{ agentId: "main", match: { channel: "msteams", accountId: "default" } },
149140
{ agentId: "support", match: { channel: "msteams", accountId: "support" } },

0 commit comments

Comments
 (0)