Skip to content

Commit 5c98156

Browse files
committed
fix issues
1 parent 5553f90 commit 5c98156

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+103
-123
lines changed

.codebolt/projectState.json

+23-8
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"activeView": "Code",
6161
"id": "1"
6262
},
63-
"size": 877
63+
"size": 768
6464
},
6565
{
6666
"type": "branch",
@@ -74,21 +74,23 @@
7474
"activeView": "Chat",
7575
"id": "2"
7676
},
77-
"size": 378
77+
"size": 100
7878
},
7979
{
8080
"type": "leaf",
8181
"data": {
8282
"views": [
83-
"Preview"
83+
"Preview",
84+
"4ecd1fd9-ab55-44f7-92f5-978d346fbe56",
85+
"ProjectSettings"
8486
],
85-
"activeView": "Preview",
87+
"activeView": "ProjectSettings",
8688
"id": "3"
8789
},
88-
"size": 378
90+
"size": 656
8991
}
9092
],
91-
"size": 659
93+
"size": 768
9294
}
9395
],
9496
"size": 756
@@ -118,9 +120,22 @@
118120
"tabComponent": "props.defaultTabComponent",
119121
"title": "Preview",
120122
"renderer": "always"
123+
},
124+
"4ecd1fd9-ab55-44f7-92f5-978d346fbe56": {
125+
"id": "4ecd1fd9-ab55-44f7-92f5-978d346fbe56",
126+
"contentComponent": "Terminal",
127+
"tabComponent": "props.defaultTabComponent",
128+
"title": "Terminal",
129+
"renderer": "always"
130+
},
131+
"ProjectSettings": {
132+
"id": "ProjectSettings",
133+
"contentComponent": "ProjectSettings",
134+
"tabComponent": "props.defaultTabComponent",
135+
"title": "ProjectSettings"
121136
}
122137
},
123-
"activeGroup": "2"
138+
"activeGroup": "1"
124139
},
125140
"pinnedAgent": [
126141
{
@@ -146,5 +161,5 @@
146161
}
147162
],
148163
"activeAgent": false,
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\":[]}}"
164+
"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\"],\"selectedItems\":[]}}"
150165
}

.codebolt/undefined.json

+12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
3000,
2626
3000,
2727
3000,
28+
3000,
29+
3000,
30+
3000,
31+
3000,
32+
3000,
33+
3000,
34+
3000,
35+
3000,
36+
3000,
37+
3000,
38+
3000,
39+
3000,
2840
3000
2941
]
3042
}

docs/api/browser/getContent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data:
1818

1919

2020
### Status
21-
Working Progress...
21+
Comming soon...
2222

2323

2424
### Example

docs/api/browser/getPDF.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data:
1818

1919

2020
### Status
21-
Working Progress...
21+
Comming soon...
2222

2323

2424
### Example

docs/api/browser/pdfToText.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919

2020
### Status
2121

22-
Working Progress...
22+
Comming soon...
2323

2424
### Example
2525

docs/api/browser/screenshot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data:
1818

1919
### Status
2020

21-
Working Progress...
21+
Comming soon...
2222

2323

2424
### Example

docs/api/chat/eventEmitter.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
comming soon...

docs/api/chat/userMessageListener.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ data:
1818
<CBParameters/>
1919

2020
### Status
21-
Working Progress....
21+
Comming soon....

docs/api/codeparsers/getAstTreeInFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ data:
2424

2525
### Status
2626

27-
Working Progress...
27+
Comming soon...

docs/api/codeparsers/getClassesInFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ data:
2121

2222
### Status
2323

24-
Working Progress...
24+
Comming soon...

docs/api/codeparsers/getFunctionsinClass.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ data:
2424

2525
### Status
2626

27-
Working Progress...
27+
Comming soon...

docs/api/codeutils/getMatcherList.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ data:
1919
<CBParameters/>
2020

2121
### Status
22-
Working Progress..
22+
Comming soon..

docs/api/codeutils/matchDetail.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ data:
2323

2424

2525
### Status
26-
Working Progress..
26+
Comming soon..

docs/api/codeutils/performMatch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ data:
2828
<CBParameters/>
2929

3030
### Status
31-
Working Progress..
31+
Comming soon..

docs/api/crawler/click.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ data:
2222
<CBParameters/>
2323

2424
### Status
25-
Working Progress..
25+
Comming soon..

docs/api/crawler/crawl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ data:
1818

1919

2020
### Status
21-
Working Progress..
21+
Comming soon..

docs/api/crawler/enter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ data:
1818

1919

2020
### Status
21-
Working Progress..
21+
Comming soon..

docs/api/crawler/goToPage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ data:
2121

2222

2323
### Status
24-
Working Progress..
24+
Comming soon..

docs/api/crawler/screenshot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ data:
1818

1919

2020
### Status
21-
Working Progress..
21+
Comming soon..

docs/api/crawler/scroll.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ data:
2121

2222

2323
### Status
24-
Working Progress..
24+
Comming soon..

docs/api/crawler/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ data:
1818

1919

2020
### Status
21-
Working Progress..
21+
Comming soon..

docs/api/crawler/type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ data:
2525
<CBParameters/>
2626

2727
### Status
28-
Working Progress..
28+
Comming soon..

docs/api/debug/openDebugBrowser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ data:
2929

3030
### status
3131

32-
Working Progress...
32+
Comming soon...

docs/api/docutils/pdf_to_text.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ data:
2323

2424
### Status
2525

26-
Working Progress...
26+
Comming soon...

docs/api/fs/listFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ data:
2121

2222
### Status
2323

24-
Working Progress...
24+
Comming soon...

docs/api/fs/updateFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ data:
2929

3030
### Status
3131

32-
Working Progress...
32+
Comming soon...

docs/api/git/add.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323

2424
### Status
2525

26-
Working Progress...
26+
Comming soon...
2727

2828
### Example
2929

docs/api/git/branch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626

2727
### Status
2828

29-
Working Progress...
29+
Comming soon...
3030

3131
### Example
3232

docs/api/git/checkout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626

2727
### Status
2828

29-
Working Progress...
29+
Comming soon...
3030

3131

3232
### Example

docs/api/git/clone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626

2727
### Status
2828

29-
Working Progress...
29+
Comming soon...
3030

3131
### Example
3232

docs/api/git/diff.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626

2727
### Status
2828

29-
Working Progress...
29+
Comming soon...
3030

3131
### Example
3232

docs/api/llm/embedding.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Embedding
2+
3+
### How to create Embedding
4+
5+
```bash
6+
import codebolt from "codebolt";
7+
8+
async function main() {
9+
const embedding = await codebolt.llm.embeddings.create({
10+
input: "Your text string goes here",
11+
encoding_format: "float",
12+
});
13+
14+
console.log(embedding);
15+
}
16+
17+
```

docs/api/llm/inference.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ The codebolt.llm.inference function allows you to send an inference request to a
5858

5959
question (string): This parameter represents the input question or prompt you want to send to the LLM for inference.
6060

61-
llmRole (string): This parameter specifies the role or type of Large Language Model (LLM) you want to use for inference. The role determines which variant of the LLM is selected for processing the input question and generating the response. LLMs role can be optional.
61+
llmRole (string): This parameter specifies the role or type of Large Language Model (LLM) you want to use for inference. The role determines which variant of the LLM is selected for processing the input question and generating the response. LLMs role can be optional.
62+

docs/api/outputparsers/init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ data:
2323

2424
### Status
2525

26-
Working Progress...
26+
Comming soon...

docs/api/outputparsers/parseErrors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ data:
2020

2121
### Status
2222

23-
Working Progress...
23+
Comming soon...

docs/api/outputparsers/parseWarnings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ data:
2020

2121
### Status
2222

23-
Working Progress...
23+
Comming soon...

docs/api/project/getProjectSettings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ data:
2323

2424
### Status
2525

26-
Working Progress...
26+
Comming soon...

docs/api/rag/add_file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ data:
2424

2525
### Status
2626

27-
Working Progress...
27+
Comming soon...

0 commit comments

Comments
 (0)