Rasa Building Assistants Tutorial - Stuck (Failed to extract slot job_function with action sales_form)

Hi,

I am working on the basic get started tutorial creating the FAQ bot however I am constantly getting an error trying to test out the sales_form.

(from my action cli) rasa_sdk.endpoint - Failed to extract slot job_function with action sales_form (from my shell cli) rasa.core.actions.action - Failed to extract slot job_function with action sales_form

actions.py (2.5 KB) domain.yml (1.1 KB) nlu.md (2.5 KB) stories.md (251 Bytes)

note I added the mapping function in actions.py, this was not mentioned in the tutorial at that point yet. I looked over a couple posts relating to this issue and this was a common solution however it is still not working for me. Please let me know your thoughts.

Thanks!

(P.S. my python is beginner level so I am not familiar with the basic syntax yet)