mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Add todo on TaskStartedEvent model
This commit is contained in:
@@ -9,6 +9,7 @@ class TaskStartedEvent(BaseEvent):
|
||||
|
||||
type: str = "task_started"
|
||||
context: str | None
|
||||
# TODO: Type this correctly with 'Task' type, currently impossible due to circular dependency
|
||||
task: Any | None = None
|
||||
|
||||
def __init__(self, **data):
|
||||
|
||||
Reference in New Issue
Block a user