hi,
why in the file >crew.py> at Line 77, there is output_pydantic=LeadOutput but in the tasks.yaml, the output of this task is a json with different structure than the class LeadOutput(BaseModel) (JSON array with contact details)? Is there any reason for that?
Regards,