fix: remove Any from function_calling_llm union type in step_executor

This commit is contained in:
Greyson LaLonde
2026-03-15 15:53:33 -04:00
parent 1593336c94
commit 02f5d514f8

View File

@@ -93,7 +93,7 @@ class StepExecutor:
tools_handler: ToolsHandler | None = None,
task: Task | None = None,
crew: Crew | None = None,
function_calling_llm: BaseLLM | Any | None = None,
function_calling_llm: BaseLLM | None = None,
request_within_rpm_limit: Callable[[], bool] | None = None,
callbacks: list[Any] | None = None,
i18n: I18N | None = None,