In the Instagram Post example, I get the following error:
Traceback (most recent call last):
File "/home/gene/Projects/crewai/crewAI-examples/instagram_post/main.py", line 20, in <module>
product_competitor_agent = agents.product_competitor_agent()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/gene/Projects/crewai/crewAI-examples/instagram_post/agents.py", line 14, in product_competitor_agent
return Agent(
^^^^^^
File "/home/gene/Projects/crewai/venv/lib/python3.11/site-packages/pydantic/main.py", line 164, in __init__
__pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Agent
Value error, 1 validation error for ConversationSummaryMemory
llm
value is not a valid dict (type=type_error.dict) [type=value_error, input_value={'role': 'Lead Market Ana...es'),), 'verbose': True}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/value_error
In the Instagram Post example, I get the following error: