fix(BulkDeleteIssues): implémente retour BatchIssueResult sans issue (#7)
This commit is contained in:
@ -769,11 +769,11 @@ async fn tools_list_advertises_the_idea_tools_with_schemas() {
|
||||
);
|
||||
}
|
||||
assert!(!names.contains(&"idea_reply"));
|
||||
assert_eq!(
|
||||
tools.len(),
|
||||
33,
|
||||
"exactly the thirty-three exposed idea_* tools; got {names:?}"
|
||||
);
|
||||
assert_eq!(
|
||||
tools.len(),
|
||||
33,
|
||||
"exactly the thirty-three exposed idea_* tools; got {names:?}"
|
||||
);
|
||||
|
||||
// Every tool advertises an object input schema.
|
||||
for t in tools {
|
||||
|
||||
Reference in New Issue
Block a user