mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-04 06:29:22 +00:00
fix: remove unused type: ignore[misc] on ask_for_human_input property
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -279,7 +279,7 @@ class AgentExecutor(Flow[AgentExecutorState], BaseAgentExecutor):
|
||||
"""Set state messages."""
|
||||
self._state.messages = value
|
||||
|
||||
@property # type: ignore[misc]
|
||||
@property
|
||||
def ask_for_human_input(self) -> bool:
|
||||
"""Compatibility property - delegates to state for ExecutorContext protocol."""
|
||||
return self._state.ask_for_human_input # type: ignore[no-any-return]
|
||||
|
||||
Reference in New Issue
Block a user