Skip to content

Commit

Permalink
Merge pull request #100 from michaelsynan/main
Browse files Browse the repository at this point in the history
Fixed spelling of Seper
  • Loading branch information
joaomdmoura authored May 12, 2024
2 parents 906e00d + 7e762c6 commit de183dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions job-posting/agents.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from crewai import Agent
from crewai_tools.tools import WebsiteSearchTool, SerperDevTool, FileReadTool
from crewai_tools.tools import WebsiteSearchTool, SeperDevTool, FileReadTool

web_search_tool = WebsiteSearchTool()
seper_dev_tool = SerperDevTool()
seper_dev_tool = SeperDevTool()
file_read_tool = FileReadTool(
file_path='job_description_example.md',
description='A tool to read the job description example file.'
Expand Down

1 comment on commit de183dc

@manjaroblack
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is incorrect and needs to be removed.

Please sign in to comment.