File size: 415 Bytes
caa0e13
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#@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: 
"""