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

Modify the llms.py to make a goal satisfaction list function that is better suited for an intake questionnaire #257

Open
nonprofittechy opened this issue Jun 6, 2024 · 0 comments

Comments

@nonprofittechy
Copy link
Member

nonprofittechy commented Jun 6, 2024

Some things it needs to handle:

  1. We will provide a list of protocols to the AI. these won't be visible to the user
  2. The goal of the AI isn't the same as the expressed goal to the user (to say why they're there). The AI's goal is to answer if they qualify or not, and explain why.
  3. We want to get a narrative response from the AI, not just a synthesized version of the user's statements.
  4. We want to let the author provide the possible matching criteria in an unstructured form, not just as a list of individual goals. These aren't normally that long.

It does have a lot of similarities with the goal satisfaction list.

Related: maybe we just need an object that represents a back and forth chat, because the intake and satisfying a goal problems are similar but there could be even more kinds of conversations that don't easily fit these 2 structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant