↓ 3 callersFunction_resolve_callable_fields(
kwargs: dict[str, Any],
source: str | Path,
*,
scalar_fields: set[str],
list_fields: set
lib/crewai/src/crewai/project/json_loader.py:1506
↓ 3 callersFunction_resolve_object_reference_fields(
kwargs: dict[str, Any],
source: str | Path,
fields: set[str],
project_root: Path | None,
)
lib/crewai/src/crewai/project/json_loader.py:1447
↓ 3 callersFunction_task_class_from_definition(
defn: dict[str, Any],
source: str | Path,
*,
resolve_python_refs: bool = True,
project_r
lib/crewai/src/crewai/project/json_loader.py:901