Some of the tools e.g. ScrapeWebsiteTool has a mandatory argument (URL in this case) to perform. Are agents able to provide such arguments? For example if i’m building a tool that will need to scrape websites based in specific input and or an agent decides which URLs based on their reasoning / attempt to complete the task. thank you!
1 Like
another example in seleniumscrapingtool, # Example 1 is to leave the argument blank to scrape any website it finds during execution…then in the Arguments section below the website_url argument is Mandatory (along with css_element).
Let me look Into this, might be a case they can but it is not documented
1 Like
thanks Matt I’d call out one more API doc possible typo in the CodeDocsSearch Tool crewAI-tools/crewai_tools/tools/code_docs_search_tool/README.md at main · crewAIInc/crewAI-tools · GitHub the custom model and embeddings snippet is for YoutubeVideoSearchTool …?
great catch thanks, getting a PR raised
1 Like