Skip to content

Commit

Permalink
remove the if-unclear instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed Jan 30, 2025
1 parent cb60fe3 commit 47ec416
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/chat_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class CaEddWebEngine(BaseEngine):


class ImagineLA_MessageAttributes(MessageAttributes):
benefit_program: str
canned_response: str
alert_message: str

Expand Down Expand Up @@ -273,10 +272,6 @@ class ImagineLaEngine(BaseEngine):
If the user asks what programs are supported or what information is available, \
set canned_response to text that gives examples and describes categories for the supported benefit programs.
If it's unclear which supported benefit program the user's talking about, then set canned_response to \
"I'm not sure which benefit program your question is about. Please specify the program or describe what you need so that I can make a recommendation? \
You question may be about [insert possible relevant supported benefit programs]."
If the user's question is not about a supported benefit program, set canned_response to one of the following based on the condition:
Condition 1: If the user's question is about a referral link below, set canned_response to \
"I don't have information about that topic, but you can find more at [link provided]", \
Expand Down

0 comments on commit 47ec416

Please sign in to comment.