#@title prompt.py | |
prompt_template = """ | |
The given message needs to be mapped to exactly one of the intents described below. Only answer with the intent name. | |
{intents} | |
unknown: You don't find the matching intent from the above list | |
Message: {INPUT} | |
Here are previous chats or summary conversation for your reference (only use this if you need further information to infer the intent): | |
{chatHistory} | |
Intent: | |
""" |