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

Create agent and tools; enable chatbot to answer general questions #174

Open
katjost opened this issue Oct 8, 2024 · 1 comment
Open
Assignees

Comments

@katjost
Copy link
Contributor

katjost commented Oct 8, 2024

The chatbot needs to be able to list all the medications in our database and be able to answer questions like:

  1. What are the side effects of medication x? (chatbot should check our DB)
  2. Does medication x interact with any blood pressure medications? (chatbot should ask ChatGPT because we don't have a drug interaction API)

Later on:

  1. Why is medication X in the second tier and not the first tier?
@katjost katjost changed the title create agent and tools Create agent and tools; enable chatbot to answer general questions Oct 8, 2024
@taichan03
Copy link
Collaborator

taichan03 commented Oct 15, 2024

  1. what is bipolar?
  2. Could you show the list of meds stored in the database?
  3. Can you confirm if Tylenol is listed in the database?
  4. What is Tylenol? Could you provide a brief description of this medication?
  5. Provide a link to access detailed information on each medication.
  6. Could you present a list of available files related to medications?

Please program our chatbot to always respond like it is talking to a licensed clinical professional who treats mental health disorders. (It gives more specific, clinical responses that way. I tested it out to confirm.)

Currently it responds like it is talking to a patient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress - Design
Development

No branches or pull requests

3 participants