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

Answer skipped unanswered questions #9

Open
GabeGiro opened this issue Dec 9, 2023 · 2 comments
Open

Answer skipped unanswered questions #9

GabeGiro opened this issue Dec 9, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@GabeGiro
Copy link
Owner

GabeGiro commented Dec 9, 2023

I'm developing a frontend for this in another project at the moment, but I will leave this issue here if someone has a suggestion for an easier solution like utilizing the additionalQuestions.yaml file, pausing the bot whenever there are unanswered questions or something else

@GabeGiro GabeGiro added enhancement New feature or request help wanted Extra attention is needed labels Dec 9, 2023
@ammar0466
Copy link

I currently tried to parse the question and save it to answer.json file
parse all question > try answer based on answer.json if not there > send the question to Openai api > saved back to answer.json > fill the answer based on openai api response >
or
parse all question > fill the answer based on answer.json (edit manually)>

need to check again how many type question is used

  1. textInput
  2. Dropdown
  3. radioButton

@GabeGiro
Copy link
Owner Author

GabeGiro commented Dec 18, 2023

@ammar0466 That would be nice. I think you're missing textInputToDropdown (e.g. City - which is something Linkedin should save but doesn't). TextInput can be a numeric only so you might need to add numericInput. I'm maybe missing something but this is on a good track.

P.S. Just a suggestion for the first version, you can do without sending the question to OpenAI, because relying on OpenAI to answer questions in the name of the user - without being aware of user's background - will definitively lead to untruthful answers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants