Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Oct 31, 2024
1 parent 52a7df5 commit 0998758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ mod tests {
// Get agent profiles with access
let profiles = db.get_llm_provider_profiles_with_access(&test_agent.id, &profile);
assert!(profiles.is_ok(), "Failed to get agent profiles");
assert_eq!(vec!["profilename", "sender1", "sender2"], profiles.unwrap());
assert_eq!(vec!["profilename"], profiles.unwrap());

// Get agent toolkits accessible
let toolkits = db.get_llm_provider_toolkits_accessible(&test_agent.id, &profile);
Expand Down
1 change: 1 addition & 0 deletions shinkai-libs/shinkai-message-pyo3/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0998758

Please sign in to comment.