diff --git a/job-posting/src/job_posting/crew.py b/job-posting/src/job_posting/crew.py index 7e013ba4f..36206458a 100644 --- a/job-posting/src/job_posting/crew.py +++ b/job-posting/src/job_posting/crew.py @@ -9,7 +9,7 @@ web_search_tool = WebsiteSearchTool() seper_dev_tool = SerperDevTool() file_read_tool = FileReadTool( - file_path='job_description_example.md', + file_path='src/job_posting/job_description_example.md', description='A tool to read the job description example file.' ) @@ -93,4 +93,4 @@ def crew(self) -> Crew: tasks=self.tasks, # Automatically created by the @task decorator process=Process.sequential, verbose=2, - ) \ No newline at end of file + )