Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Scraper tool concatenate words #117

Open
ernestp opened this issue Oct 25, 2024 · 0 comments
Open

Web Scraper tool concatenate words #117

ernestp opened this issue Oct 25, 2024 · 0 comments

Comments

@ernestp
Copy link

ernestp commented Oct 25, 2024

Expected result:

... here Question Selected Option Points Awarded Question - Use case Selected Option - Selected Option Points - Points Awarded Question ...

Actual result (missing spaces between words):

... hereQuestionSelected OptionPoints AwardedQuestion - Use caseSelected Option -Selected OptionPoints -Points AwardedQuestion ...

Test code:

from crewai_tools import ScrapeWebsiteTool

tool = ScrapeWebsiteTool(website_url='https://www.crewai.com/')
text = tool.run()
print(text)

Pull request: #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant