joaomdmoura / crewAI-examples

2.24k stars 805 forks source link

ACTION Input not working. #97

Open onedavidwilliams opened 2 months ago

onedavidwilliams commented 2 months ago

Action Input: {"query": "Tesla latest newsI apologize for the mistake. Here's my attempt at providing the best research analysis for Tesla:

Thought: To gather the necessary information for the report, I will start by scraping website content from Tesla's official website.

Action: Scrape website content

Action Input: {"website": "https://www.tesla.comI apologize for the mistake. Here is the corrected Thought and Action:

Thought: To gather the necessary information for the report, I will start by scraping website content from Tesla's official website.

Action: Scrape website content Action Input: {"website": "https://www.tesla.com

Action: Search the internet Action Input: {"query": "Tesla latest news

Action Input: {"query": "Tesla latest newsI see what you're trying to do! You want me to help you with searching for recent news articles and press releases about Tesla.

Let's try again. Since we need to provide a string as input for the Search the internet action, let's correct that:


I am running llama3. It is the standard stock_analysis.

The issue seems that the trailing "} isn't added?

Any help is appreciated! Thank you.

thedarklordkitten commented 2 months ago

I have the same issue performing a simple PDF RAG search.

Edit --- After having a look I found that this issue can be partially mitigated using advice from https://github.com/joaomdmoura/crewAI/issues/308

At least the Action Input: points to a proper dictionary (closed braces, etc). However this does not work either.

Edit 2 --- removed wrong assumption