Skip to content

Commit ccc3d71

Browse files
committed
updated
1 parent 2824d94 commit ccc3d71

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

.codebolt/projectState.json

+6-14
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@
5555
"type": "leaf",
5656
"data": {
5757
"views": [
58-
"Code",
59-
"246e4754-a47e-46e4-9d07-27afbcc05f9d"
58+
"Code"
6059
],
6160
"activeView": "Code",
6261
"id": "1"
6362
},
64-
"size": 822
63+
"size": 877
6564
},
6665
{
6766
"type": "branch",
@@ -75,7 +74,7 @@
7574
"activeView": "Chat",
7675
"id": "2"
7776
},
78-
"size": 575
77+
"size": 378
7978
},
8079
{
8180
"type": "leaf",
@@ -86,10 +85,10 @@
8685
"activeView": "Preview",
8786
"id": "3"
8887
},
89-
"size": 181
88+
"size": 378
9089
}
9190
],
92-
"size": 714
91+
"size": 659
9392
}
9493
],
9594
"size": 756
@@ -106,13 +105,6 @@
106105
"title": "Code",
107106
"renderer": "always"
108107
},
109-
"246e4754-a47e-46e4-9d07-27afbcc05f9d": {
110-
"id": "246e4754-a47e-46e4-9d07-27afbcc05f9d",
111-
"contentComponent": "Terminal",
112-
"tabComponent": "props.defaultTabComponent",
113-
"title": "Terminal",
114-
"renderer": "always"
115-
},
116108
"Chat": {
117109
"id": "Chat",
118110
"contentComponent": "Chat",
@@ -154,5 +146,5 @@
154146
}
155147
],
156148
"activeAgent": false,
157-
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-18\",\"root-19\",\"root-20\",\"root-16-1\",\"root-16-3\",\"root-8\",\"root-8-2\",\"root-8-2-5\"],\"selectedItems\":[]}}"
149+
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-8\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-16\",\"root-17\",\"root-18\",\"root-19\",\"root-20\",\"root-8\",\"root-8-2\"],\"selectedItems\":[]}}"
158150
}

docs/agents/4_runAgent.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ To use or run an agent, you’ll need to follow these steps:
1313

1414
![selectAgent](../../static/img/selectAgent.png)
1515

16-
**To use a manual agent in chat, you can follow these steps:**
16+
**To use agent in chat, you can follow these steps:**
1717

18-
Open the Agent Menu: In the chat interface, click on the # symbol. This will open a list of all available agents.
18+
In the chat interface, click on the `# symbol`. This will open list of all available agents.
1919

20-
* Select an Agent: From the list, choose the agent that fits your task or query. For example, if you’re working on deployment, you might select CodeBolt Web Deployment.
20+
* **Select an Agent**: From the list, choose the agent that fits your task or query. For example, if you’re working on deployment, you might select CodeBolt Web Deployment.
2121

22-
* Interact with the Agent: Once selected, you can start typing your query or command directly in the chat. The agent will process your request and respond based on its functionality.
22+
* **Interact with the Agent**: Once selected, you can start typing your query or command directly in the chat. The agent will process your request and respond based on its functionality.
2323

24-
* Switch Agents if Needed: If you need help with a different type of task, click # again to open the agent list, select another agent, and start your next interaction.
24+
* **Switch Agents if Needed**: If you need help with a different type of task, click # again to open the agent list, select another agent, and start your next interaction.
2525

26+
![runAgent2](../../static/img/runAgent2.png)

static/img/runAgent2.png

203 KB
Loading

0 commit comments

Comments
 (0)