Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acedward committed Dec 17, 2024
1 parent 3d5f809 commit 7828dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shinkai-libs/shinkai-sqlite/src/shinkai_tool_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ mod tests {
sql_queries: None,
file_inbox: None,
oauth: None,
assets: None,
};

let tool2 = DenoTool {
Expand All @@ -1452,6 +1453,7 @@ mod tests {
sql_queries: None,
file_inbox: None,
oauth: None,
assets: None,
};

let tool3 = DenoTool {
Expand All @@ -1472,6 +1474,7 @@ mod tests {
sql_queries: None,
file_inbox: None,
oauth: None,
assets: None,
};

// Add tools to database with specific vectors
Expand Down

0 comments on commit 7828dd3

Please sign in to comment.