Jobs_Applier_AI_Agent icon indicating copy to clipboard operation
Jobs_Applier_AI_Agent copied to clipboard

[BUG]: veteran status answer ignored, skips job

Open Vontux opened this issue 4 months ago • 0 comments

Describe the bug

When attempting to answer dropdown questions where an option for "veteran status" is "i am not a protected veteran" the "answers.json" input seems to be ignored and it can't answer the question

Steps to reproduce

set the answer.json file with the following:

    {
        "type": "dropdown",
        "question": "veteran statusveteran status",
        "answer": "i am not a protected veteran"
    },

Expected behavior

answer with "i am not a protected veteran"

Actual behavior

fails to answer select a dropdown option, skips the job.

Branch

main

Branch name

main

Python version

Python 3.12.3

LLM Used

gemini

Model used

gemini-1.5-flash-8b

Additional context

answers.json snippet that seems to be ignored

    {
        "type": "dropdown",
        "question": "veteran statusveteran status",
        "answer": "i am not a protected veteran"
    },

Vontux avatar Oct 19 '24 17:10 Vontux