mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
test: include required in expected init_params_schema keys
tool_type computed field is legitimately required in the schema.
This commit is contained in:
@@ -97,6 +97,7 @@ def test_extract_init_params_schema(mock_tool_extractor):
|
|||||||
assert init_params_schema.keys() == {
|
assert init_params_schema.keys() == {
|
||||||
"$defs",
|
"$defs",
|
||||||
"properties",
|
"properties",
|
||||||
|
"required",
|
||||||
"title",
|
"title",
|
||||||
"type",
|
"type",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user