Skip to content

Commit 232c813

Browse files
committed
updated
1 parent 8c0c769 commit 232c813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/agents/1_agentIntroduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Codebolt has Multiple Types of Agents that can do various tasks.
2020
- [Action Agents](./AgentTypes/actionAgents.md)
2121

2222
### Universal Agents
23-
Universal Agents are called whenever the user sends any chat in the editor or asks to perform any action that can be resolved to any agent. You can learn more about them at [Universal Agents](./AgentTypes/universalAgents.md)
23+
Universal Agents are called whenever the user sends any chat in the editor or asks to perform any action that can be resolved to any agent. You can learn more about them at [Universal Agents](./AgentTypes/UniversalAgents/universalAgents.md)
2424

2525
### Action Agents
2626
Action Agents are called whenever the user sends any chat in the editor or asks to perform any action that can be resolved to any agent. You can learn more about them at [Action Agents](./AgentTypes/actionAgents.md)
2727

2828
## Create your own Agents
29-
You can create your own Agents and use them in the editor. You can learn more about them at [Create your own Agents](./AgentTypes/createYourOwnAgents.md)
29+
You can create your own Agents and use them in the editor. You can learn more about them at [Create your own Agents](./AgentTypes/UniversalAgents/createUniversalAgents.md)

0 commit comments

Comments
 (0)