Skip to content

Commit 9a59bc0

Browse files
committed
updated Documentation
1 parent 3b5090f commit 9a59bc0

File tree

6 files changed

+11
-40
lines changed

6 files changed

+11
-40
lines changed

docs/api/agent/findAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: findAgent
2+
name: FindAgent
33
cbbaseinfo:
44
description: Finds an agent suitable for the specified task.
55
cbparameters:

docs/api/agent/getAgent.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/api/agent/getAgentList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: getAgentsList
2+
name: GetAgentsList
33
cbbaseinfo:
44
description: Retrieves a list of agents based on the specified type.
55
cbparameters:

docs/api/agent/getAgentsDetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: getAgentsDetail
2+
name: GetAgentsDetail
33
cbbaseinfo:
44
description: Retrieves detailed information for a list of specified agents.
55
cbparameters:

docs/api/agent/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
cbapicategory:
3-
- name: startAgent
3+
- name: StartAgent
44
link: /docs/api/agent/startAgent
55
description: Starts an agent for the specified task with a given agent ID .
6-
- name: findAgent
6+
- name: FindAgent
77
link: /docs/api/agent/findAgent
88
description: Finds agents for a specified task with filtering options by location, source and maximum results.
9-
- name: getAgentsList
9+
- name: GetAgentsList
1010
link: /docs/api/agent/getAgentsList
1111
description: Lists available agents of a specific type (downloaded, local, or all).
12-
- name: getAgentsDetail
12+
- name: GetAgentsDetail
1313
link: /docs/api/agent/getAgentsDetail
1414
description: Retrieves detailed information for a list of specified agents .
15+
- name: StartAgent
16+
link: /docs/api/agent/startAgent
17+
description: Starts an agent for the specified task with a given agent ID .
1518
---
1619
# Agent
1720
<CBAPICategory />

docs/api/agent/startAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: startAgent
2+
name: StartAgent
33
cbbaseinfo:
44
description: Starts an agent for the specified task.
55
cbparameters:

0 commit comments

Comments
 (0)