@@ -274,7 +274,7 @@ mod tests {
|
||||
.map(|tool| tool.function.name)
|
||||
.collect();
|
||||
|
||||
assert_eq!(names, vec!["ls", "read_file", "grep", "find"]);
|
||||
assert_eq!(names, vec!["ls", "read_file", "grep", "find", "file_size"]);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user