Hi team,
I have built a crew that does the following:
- Generate and Execute Big Query queries on GCP (Retrieval Agent)
- Product insights based on the results of the query (Analyst Agent)
- Aggregates the findings (Aggregator Agent)
When I try to chat with same by running crewai chat
I get the error shared below
ERROR:root:Error executing function ‘CisInsights’: list.remove(x): x not in list
Crew: crew
├── Task: 3
│ Assigned to: Data Retrieval Agent
│ Status: Completed
│ └── Agent: Data Retrieval Agent
│ Status: Completed
│ └── Used Big Query Execution (1)
├── Task:
│ Assigned to: Data Analysis Agent
│ Status: Completed
│ └── Agent: Data Analysis Agent
│ Status: Completed
└── Task:
Assigned to: Report Aggregation Agent
Status: Completed
└── Agent: Report Aggregation Agent
Status: Completed
╭───────────────────────────────────────────────────── LLM Error ──────────────────────────────────────────────────────╮
│ │
│ LLM Call Failed │
│ Error: Tool execution error: list.remove(x): x not in list
Any thoughts on how to fix this error?
Thanks in advance