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

[BUG]: <Bot responds with a cover letter type answer when prompted with "how did you hear about this job?"> #886

Open
InternalShadow opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@InternalShadow
Copy link

Describe the bug

Easy apply jobs on linked in fail a prompt named: "How did you hear about this job?" The response is normally generated as a cover letter talking about how great the company that is being applied to is. However, this behavior is incorrect.

Steps to reproduce

  1. run python main.py
  2. sign into linked in
  3. bot gathers easy applies
  4. bot applies to easy apply job
  5. bot fills and generates form response
  6. bot encounters mishandled question: "how did you hear about this job"
  7. bot answers using this prompt structure:
    'how did you hear about this job?', determine which section of the resume is most relevant. \n Respond with exactly one of the following options:\n - Personal information\n - Self Identification\n - Legal Authorization\n - Work Preferences\n - Education Details\n - Experience Details\n - Projects\n - Availability\n - Salary Expectations\n - Certifications\n - Languages\n - Interests\n - Cover letter\n\n Here are detailed guidelines to help you choose the correct section:\n\n 1. Personal Information:\n - Purpose: Contains your basic contact details and online profiles.\n - Use When: The question is about how to contact you or requests links to your professional online presence.\n - Examples: Email address, phone number, AIHawk profile, GitHub repository, personal website.\n\n
8. bot fills out cover letter response to mishandled question: "how did you hear about this job?" and submits resume with it

Expected behavior

when bot encounters mishandled question it should respond with name of current job board. can grab url attribute https

Actual behavior

generates cover letter type response

Branch

main

Branch name

No response

Python version

3.10

LLM Used

No response

Model used

gpt-40-mini

Additional context

No response

@InternalShadow InternalShadow added the bug Something isn't working label Nov 19, 2024
@feder-cr
Copy link
Owner

@InternalShadow Hi, do you want to work on this?

For better communication with other open source developers I suggest you join our discord group: https://discord.gg/mMZcMTH9K6

@InternalShadow
Copy link
Author

Sure thing. @feder-cr
I'll work on this when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants