You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agents/1_agentIntroduction.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ Codebolt has Multiple Types of Agents that can do various tasks.
20
20
-[Action Agents](./AgentTypes/actionAgents.md)
21
21
22
22
### 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)
24
24
25
25
### Action Agents
26
26
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)
27
27
28
28
## 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