Extract module name

This commit is contained in:
Thiago Moretto
2026-01-28 21:31:41 -03:00
parent 77549cfcdf
commit 874db834f0
4 changed files with 15 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ class TestPlusAPI(unittest.TestCase):
"file": encoded_file,
"description": description,
"available_exports": available_exports,
"tools_metadata": {"tools": tools_metadata},
"tools_metadata": {"package": handle, "tools": tools_metadata},
}
mock_make_request.assert_called_once_with(
"POST", "/crewai_plus/api/v1/tools", json=params