Jobs_Applier_AI_Agent
Jobs_Applier_AI_Agent copied to clipboard
[BUG]: Title blacklists don't work well.
Describe the bug
Currently, the bot captures job titles as entire phrases, such as "Senior Java Software Engineer" or "Senior Java Engineer." If "Java Software Engineer" is blacklisted, it won’t match, and the bot may proceed to apply for the job. Since job titles don’t follow any specific format or standardization, hiring managers often input titles with varying rules or no restrictions. To address this, the matching method should be updated to look for individual keywords within the title. For example, if "Java" is blacklisted, the bot should evaluate each word in the title to ensure a match and apply the blacklist appropriately.
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Branch
main
Branch name
No response
Python version
No response
LLM Used
No response
Model used
No response
Additional context
No response