joaomdmoura / crewAI-tools

MIT License
424 stars 130 forks source link

Explain how the Web Site Search Tool works #31

Open vbabaytsev opened 2 months ago

vbabaytsev commented 2 months ago

Hi! I'm trying to use the Web Site Search Tool, but it always gives an empty result. Could you please explain how to use it correctly? I couldn't find any examples of how to use it in the documentation. Only examples of initialization.

strnad commented 1 month ago

it works, but only when you pass the "website" parameter when you make instance of the tool. passing of the parameter by agent is probably broken now :-/ and that issue affect not only websitesearch tool but also many (maybe all) other RAGtool based tools

strnad commented 1 month ago

fixed in https://github.com/joaomdmoura/crewAI-tools/pull/49