mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
fix: remove Any from function_calling_llm union type in step_executor
This commit is contained in:
@@ -93,7 +93,7 @@ class StepExecutor:
|
|||||||
tools_handler: ToolsHandler | None = None,
|
tools_handler: ToolsHandler | None = None,
|
||||||
task: Task | None = None,
|
task: Task | None = None,
|
||||||
crew: Crew | 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,
|
request_within_rpm_limit: Callable[[], bool] | None = None,
|
||||||
callbacks: list[Any] | None = None,
|
callbacks: list[Any] | None = None,
|
||||||
i18n: I18N | None = None,
|
i18n: I18N | None = None,
|
||||||
|
|||||||
Reference in New Issue
Block a user