Skip to content

Commit e483f39

Browse files
chore: remove projects capability
1 parent d9a1866 commit e483f39

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

database/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434

3535
var (
3636
ctx = context.Background()
37-
dbFileName = "acorn.db"
37+
dbFileName = "obot.db"
3838
dbWorkspacePath = "/databases/" + dbFileName
3939
revisionID string = "-1"
4040
initialDBData []byte

index.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ tools:
5353
reference: ./tasks
5454
threads:
5555
reference: ./threads
56-
projects:
57-
reference: ./projects
5856
knowledge:
5957
reference: ./knowledge
6058
shell:

projects/tool.gpt

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

0 commit comments

Comments
 (0)